diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 0ee5897..ff75a8a 100644 --- a/src/Makefile +++ b/src/Makefile | |||
| @@ -35,6 +35,7 @@ include $(wildcard $(DEPS)) | |||
| 35 | 35 | ||
| 36 | c clean: | 36 | c 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 | ||
| 38 | 39 | ||
| 39 | val: | 40 | val: |
| 40 | $(MAKE) all | 41 | $(MAKE) all |
