summaryrefslogtreecommitdiff
path: root/cli/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cli/makefile')
-rw-r--r--cli/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/makefile b/cli/makefile
index 5a2f771..1bea738 100644
--- a/cli/makefile
+++ b/cli/makefile
@@ -68,20 +68,15 @@ $(call include-dep,$(cxx_od),$(cxx_obj),$(gen))
# Alias for default target.
#
-.PHONY: $(out_base)/
$(out_base)/: $(cli)
# Install.
#
-.PHONY: $(install)
-
$(install): $(cli)
$(call install-exec,$<,$(install_bin_dir)/cli)
# Clean.
#
-.PHONY: $(clean)
-
$(clean): \
$(cli).o.clean \
$(addsuffix .cxx.clean,$(cxx_obj)) \