aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/hello/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/hello/makefile')
-rw-r--r--examples/cxx/hybrid/hello/makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/cxx/hybrid/hello/makefile b/examples/cxx/hybrid/hello/makefile
index c48ef90..6a14539 100644
--- a/examples/cxx/hybrid/hello/makefile
+++ b/examples/cxx/hybrid/hello/makefile
@@ -45,15 +45,11 @@ $(call include-dep,$(dep))
# Convenience alias for default target.
#
-.PHONY: $(out_base)/
$(out_base)/: $(driver)
# Dist.
#
dist-common := $(out_base)/.dist-common
-
-.PHONY: $(dist) $(dist-win) $(dist-common)
-
$(dist) $(dist-win) $(dist-common): path := $(subst $(src_root)/,,$(src_base))
$(dist-common):
@@ -71,8 +67,6 @@ $(dist-win): $(dist-common)
# Clean.
#
-.PHONY: $(clean)
-
$(clean): $(driver).o.clean \
$(addsuffix .cxx.clean,$(obj)) \
$(addsuffix .cxx.clean,$(dep)) \