samples/Makefile
changeset 176 59676cfb4ada
parent 174 75f3f975e2ad
child 179 ba6e7292f7bf
     1.1 --- a/samples/Makefile	Sun Jun 17 14:51:37 2007 +0000
     1.2 +++ b/samples/Makefile	Sun Jun 17 16:24:23 2007 +0000
     1.3 @@ -3,10 +3,14 @@
     1.4  # Build the list of available samples
     1.5  CT_SAMPLES = $(patsubst $(CT_TOP_DIR)/samples/%/crosstool.config,%,$(wildcard $(CT_TOP_DIR)/samples/*/crosstool.config))
     1.6  
     1.7 -help::
     1.8 -	@echo  'Preconfigured targets:'
     1.9 +help-config::
    1.10 +	@echo  '  saveconfig     - Save current config as a preconfigured target'
    1.11 +
    1.12 +help-samples::
    1.13  	@$(CT_TOP_DIR)/scripts/showSamples.sh $(CT_SAMPLES)
    1.14 -	@echo  ''
    1.15 +
    1.16 +help-build::
    1.17 +	@echo  '  regtest        - Regtest-build all samples'
    1.18  
    1.19  # How we do build one sample
    1.20  .PHONY: $(CT_SAMPLES)