diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | core/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -11,5 +11,6 @@ clean: @$(MAKE) -C vis clean @$(MAKE) -C sam clean @$(MAKE) -C vim clean + @$(MAKE) -C util clean .PHONY: test clean diff --git a/core/Makefile b/core/Makefile index 0fc367b..fc33232 100644 --- a/core/Makefile +++ b/core/Makefile @@ -57,6 +57,7 @@ tis: clean clean: @echo cleaning + @rm -f ccan-config config.h @rm -f $(ALL) @rm -f *.gcov *.gcda *.gcno @rm -f *.valgrind |
