aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 840fb8f..315b54e 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,6 @@ public: README.md TODOs.md
sh build-aux/workflow/README.sh $(NAME) $(NAME)
clean:
- rm -rf public/
+ rm -rf public/ tests/test-profiles/
.PHONY: all clean check dist install uninstall