summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-03 17:36:07 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-03 17:36:07 (GMT)
commit27c1a5fa3f7affd8bb047dd7b57816a6c172e137 (patch)
tree1d6412d3a3dfc0edae4caa4a5045a0cd77ec5d47 /samples
parent75cb688486da3ea2326d9a9f7f84031df719811b (diff)
samples: add an action to print details for all samples
Diffstat (limited to 'samples')
-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