aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/custom/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/custom/makefile')
-rw-r--r--examples/cxx/hybrid/custom/makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/cxx/hybrid/custom/makefile b/examples/cxx/hybrid/custom/makefile
index 52a4620..31eb9b3 100644
--- a/examples/cxx/hybrid/custom/makefile
+++ b/examples/cxx/hybrid/custom/makefile
@@ -23,8 +23,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)))