aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/parser/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/parser/makefile')
-rw-r--r--examples/cxx/parser/makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/cxx/parser/makefile b/examples/cxx/parser/makefile
index 92e00ce..6ed7f6b 100644
--- a/examples/cxx/parser/makefile
+++ b/examples/cxx/parser/makefile
@@ -50,8 +50,6 @@ dist := $(out_base)/.dist
dist-win := $(out_base)/.dist-win
clean := $(out_base)/.clean
-.PHONY: $(default) $(dist) $(dist-win) $(clean)
-
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(build_examples)))
$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(build_examples)))