summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index ff75a8a..0ee5897 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -35,7 +35,6 @@ include $(wildcard $(DEPS))
35 35
36c clean: 36c clean:
37 @-rm -rv main $(OBJECTS) $(DEPS) $(wildcard *.test*) $(wildcard *.enc) 37 @-rm -rv main $(OBJECTS) $(DEPS) $(wildcard *.test*) $(wildcard *.enc)
38 $(MAKE) -C ../ clean
39 38
40val: 39val:
41 $(MAKE) all 40 $(MAKE) all