From d63d0f313a218b48bce95857d3a61bef2d161492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 10 Sep 2015 23:46:34 +0200 Subject: Add missing phony targets in the test Makefile --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Makefile') 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)/ -- cgit v1.2.3