aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--core/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a565655..d5c770b 100644
--- a/Makefile
+++ b/Makefile
@@ -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