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 4447246..8502f6f 100644
--- a/samples/samples.mk
+++ b/samples/samples.mk
@@ -41,6 +41,10 @@ PHONY += $(patsubst %,show-%,$(CT_SAMPLES))
$(patsubst %,show-%,$(CT_SAMPLES)):
@$(CT_LIB_DIR)/scripts/showSamples.sh -v $(patsubst show-%,%,$(@))
+# Prints the details of all samples
+PHONY += show-all
+show-all: $(patsubst %,show-%,$(CT_SAMPLES))
+
# print the list of all available samples
PHONY += list-samples
list-samples: FORCE