diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index a7da8cd..3ed376c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -90,6 +90,8 @@ $(eval $(foreach t,$(patsubst %.mk,%,$(patsubst plugin_%,%,$(wildcard plugin_*.m core:: core-clean-crash-dump core-help clean-core:: clean-core-clean-crash-dump clean-core-help +.PHONY: core-clean-crash-dump core-help clean-core-clean-crash-dump clean-core-help + clean-core-clean-crash-dump clean-core-help: $t rm -rf $(APP_TO_CLEAN)/ |