aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 443d873..303e223 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,6 @@ all:
clean:
+$(MAKE) -C src clean
+$(MAKE) -C test clean
- rm -rf *.gcov
clean-all:
+$(MAKE) -C lib clean