aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index c39baac..7ac8236 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -19,6 +19,9 @@ ecgen:
econvert:
./econvert.sh
+clean:
+ +$(MAKE) -C src clean
+
clean-all:
cd lib/criterion && rm -r build
+$(MAKE) -C src clean-all \ No newline at end of file