samples/samples.mk
changeset 474 2904d77fe117
parent 333 d647d0e6021e
child 539 c538627f69f1
     1.1 --- a/samples/samples.mk	Wed Aug 15 14:59:37 2007 +0000
     1.2 +++ b/samples/samples.mk	Fri May 02 21:49:43 2008 +0000
     1.3 @@ -10,6 +10,7 @@
     1.4  	@echo  '  saveconfig         - Save current config as a preconfigured target'
     1.5  
     1.6  help-samples::
     1.7 +	@echo  '  show-samples       - show a brief overview of each samples listed below:'
     1.8  	@$(CT_LIB_DIR)/scripts/showSamples.sh $(CT_SAMPLES)
     1.9  
    1.10  help-build::
    1.11 @@ -17,6 +18,9 @@
    1.12  	@echo  '  regtest-local[.#]  - Regtest-build all local samples'
    1.13  	@echo  '  regtest-global[.#] - Regtest-build all global samples'
    1.14  
    1.15 +show-samples:
    1.16 +	@$(CT_LIB_DIR)/scripts/showSamples.sh -v $(CT_SAMPLES)
    1.17 +
    1.18  # How we do build one sample
    1.19  PHONY += $(CT_SAMPLES)
    1.20  $(CT_SAMPLES):