summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/ct-ng.in b/ct-ng.in
index c1a6b30..a9f956f 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -26,7 +26,7 @@ all: help
HOST_CC = gcc -funsigned-char
# Help system
-help:: help-head help-config help-samples help-build help-distrib help-env help-tail
+help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail
help-head::
@echo 'Available actions:'
@@ -37,12 +37,16 @@ help-config::
help-samples::
@echo
- @echo 'Preconfigured actions:'
+ @echo 'Preconfigured toolchains:'
help-build::
@echo
@echo 'Build actions:'
+help-clean::
+ @echo
+ @echo 'Clean actions:'
+
help-distrib::
@echo
@echo 'Distribution actions:'
@@ -61,6 +65,8 @@ help-tail::
help-build::
@echo ' build - Build the toolchain'
+
+help-clean::
@echo ' clean - Remove generated files'
@echo ' distclean - Remove generated files, configuration and build directories'