diff -r 1bfe65e14402 -r 89b41dbffe8d Makefile --- a/Makefile Wed Apr 18 17:35:04 2007 +0000 +++ b/Makefile Mon May 07 09:04:02 2007 +0000 @@ -13,10 +13,11 @@ HOST_CC = gcc -funsigned-char help:: - @echo 'Available make targets (*: default target):' + @echo 'Available make targets:' @echo include $(CT_TOP_DIR)/kconfig/Makefile +include $(CT_TOP_DIR)/samples/Makefile help:: @echo 'Build targets:' @@ -26,6 +27,9 @@ include $(CT_TOP_DIR)/tools/Makefile +help:: + @echo 'Execute "make" or "make all" to build all targets marked with [*]' + .config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in') @make menuconfig @# Because exiting menuconfig without saving is not an error to menuconfig