summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b18facf08e..d6c731c36d 100644
--- a/Makefile
+++ b/Makefile
@@ -170,12 +170,16 @@ clean: ## Remove build artifacts.
$(RM) -r node_modules
@if [ -d deps/icu ]; then echo deleting deps/icu; $(RM) -r deps/icu; fi
$(RM) test.tap
- # Next one is legacy remove this at some point
- $(RM) -r test/tmp*
- $(RM) -r test/.tmp*
+ $(MAKE) testclean
$(MAKE) test-addons-clean
$(MAKE) bench-addons-clean
+.PHONY: testclean
+testclean:
+# Next one is legacy remove this at some point
+ $(RM) -r test/tmp*
+ $(RM) -r test/.tmp*
+
.PHONY: distclean
distclean:
$(RM) -r out