aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-11-08 15:18:03 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-11-08 15:18:03 +0200
commit9d06b0378bc63fb11c141b7eab47bea2abde93c2 (patch)
tree96e9568eea48c5cdae69e8d7d970bb4ae4285f8a /Makefile
parent04b1f2ddc98d0ab0c93fdf29fc163f3f09fbf44e (diff)
downloadkmi-9d06b0378bc63fb11c141b7eab47bea2abde93c2.tar.gz
kmi-9d06b0378bc63fb11c141b7eab47bea2abde93c2.zip
also clean tests and benchmarks on clean_all
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2f6325..ef2d198 100644
--- a/Makefile
+++ b/Makefile
@@ -79,4 +79,4 @@ clean_docs:
$(RM) -rf docs/output
.PHONY: clean_all
-clean_all: clean clean_run clean_docs
+clean_all: clean clean_run clean_docs clean_tests clean_benchmarks