samples/samples.mk
changeset 2053 2238f1167eaa
parent 1876 a6a4beab3125
child 2722 ca0322db584f
     1.1 --- a/samples/samples.mk	Fri Apr 02 00:18:26 2010 +0200
     1.2 +++ b/samples/samples.mk	Fri Jul 30 23:30:02 2010 +0200
     1.3 @@ -53,6 +53,13 @@
     1.4  list-samples: FORCE
     1.5  	$(SILENT)$(CT_LIB_DIR)/scripts/showSamples.sh $(CT_SAMPLES)
     1.6  
     1.7 +PHONY += list-samples-short
     1.8 +list-samples-short: FORCE
     1.9 +	$(SILENT)for s in $(CT_SAMPLES); do \
    1.10 +	    printf "$${s}\n";               \
    1.11 +	done
    1.12 +
    1.13 +PHONY += wiki-samples
    1.14  wiki-samples:
    1.15  	$(SILENT)$(CT_LIB_DIR)/scripts/showSamples.sh -w $(CT_SAMPLES)
    1.16