summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 1e23cae..8a60431 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -56,10 +56,11 @@ ifeq ($(strip $(origin V)),command line)
endif # origin V
export V SILENT ECHO
-.FORCE: $(FORCE)
+all: help
+
.PHONY: $(PHONY)
PHONY += all
-all: help
+FORCE:
# Help system
help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail