summaryrefslogtreecommitdiff
path: root/samples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/Makefile')
-rw-r--r--samples/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/samples/Makefile b/samples/Makefile
index 0bdc1fe..a404a1b 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -3,10 +3,14 @@
# Build the list of available samples
CT_SAMPLES = $(patsubst $(CT_TOP_DIR)/samples/%/crosstool.config,%,$(wildcard $(CT_TOP_DIR)/samples/*/crosstool.config))
-help::
- @echo 'Preconfigured targets:'
+help-config::
+ @echo ' saveconfig - Save current config as a preconfigured target'
+
+help-samples::
@$(CT_TOP_DIR)/scripts/showSamples.sh $(CT_SAMPLES)
- @echo ''
+
+help-build::
+ @echo ' regtest - Regtest-build all samples'
# How we do build one sample
.PHONY: $(CT_SAMPLES)