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 25dc38d..f5ac12e 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,7 @@ $(_UNITTEST_TARGET): $(_TARGET_SO)
52 52
53clean: 53clean:
54 cd src && $(MAKE) clean 54 cd src && $(MAKE) clean
55 cd unit_tests && $(MAKE) clean
55 56
56debug: 57debug:
57 $(MAKE) clean 58 $(MAKE) clean