diff options
author | Constanza Heath <[email protected]> | 2015-12-11 16:43:02 -0800 |
---|---|---|
committer | Constanza Heath <[email protected]> | 2015-12-11 16:43:02 -0800 |
commit | d9524df24ff1f08345f619e2bfe2ce52f032b252 (patch) | |
tree | 11678fd7223ea9020e2bacf0e88c43736b9d08d6 /Makefile | |
parent | f3745413e9321e8395c282340a03e232a208c128 (diff) |
Fixing Makefile tabs and test's make clean
Signed-off-by: Constanza Heath <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,5 +15,5 @@ all: clean: $(MAKE) -C lib clean $(MAKE) -C tests clean - $(RM) *~ + $(RM) *~ |