samples/samples.mk
changeset 1683 09ae4c09ba83
parent 1682 bcf3da3bb165
child 1684 93d751a8efd7
     1.1 --- a/samples/samples.mk	Sun Jan 03 18:33:23 2010 +0100
     1.2 +++ b/samples/samples.mk	Sun Jan 03 18:36:07 2010 +0100
     1.3 @@ -41,6 +41,10 @@
     1.4  $(patsubst %,show-%,$(CT_SAMPLES)):
     1.5  	@$(CT_LIB_DIR)/scripts/showSamples.sh -v $(patsubst show-%,%,$(@))
     1.6  
     1.7 +# Prints the details of all samples
     1.8 +PHONY += show-all
     1.9 +show-all: $(patsubst %,show-%,$(CT_SAMPLES))
    1.10 +
    1.11  # print the list of all available samples
    1.12  PHONY += list-samples
    1.13  list-samples: FORCE