summaryrefslogtreecommitdiff
path: root/samples/samples.mk
diff options
context:
space:
mode:
Diffstat (limited to 'samples/samples.mk')
-rw-r--r--samples/samples.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/samples.mk b/samples/samples.mk
index 05a0547..73eff04 100644
--- a/samples/samples.mk
+++ b/samples/samples.mk
@@ -10,6 +10,7 @@ help-config::
@echo ' saveconfig - Save current config as a preconfigured target'
help-samples::
+ @echo ' show-samples - show a brief overview of each samples listed below:'
@$(CT_LIB_DIR)/scripts/showSamples.sh $(CT_SAMPLES)
help-build::
@@ -17,6 +18,9 @@ help-build::
@echo ' regtest-local[.#] - Regtest-build all local samples'
@echo ' regtest-global[.#] - Regtest-build all global samples'
+show-samples:
+ @$(CT_LIB_DIR)/scripts/showSamples.sh -v $(CT_SAMPLES)
+
# How we do build one sample
PHONY += $(CT_SAMPLES)
$(CT_SAMPLES):