aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 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