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