From 27c1a5fa3f7affd8bb047dd7b57816a6c172e137 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 3 Jan 2010 18:36:07 +0100 Subject: samples: add an action to print details for all samples --- samples/samples.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'samples') diff --git a/samples/samples.mk b/samples/samples.mk index 4447246e..8502f6f9 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 -- cgit v1.2.3