summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/polymorphism/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/polymorphism/makefile')
-rw-r--r--tests/cxx/tree/polymorphism/makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/cxx/tree/polymorphism/makefile b/tests/cxx/tree/polymorphism/makefile
index b9d8bd6..6b9a293 100644
--- a/tests/cxx/tree/polymorphism/makefile
+++ b/tests/cxx/tree/polymorphism/makefile
@@ -11,8 +11,6 @@ default := $(out_base)/
test := $(out_base)/.test
clean := $(out_base)/.clean
-.PHONY: $(default) $(test) $(clean)
-
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(tests)))
$(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(tests)))
$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(tests)))