summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-17 12:57:46 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-17 12:57:46 (GMT)
commit0aed177030dd9171634619df1776d4593de0597f (patch)
tree3a46327beb1063cd5ac2372aae8994c42c4e83f4 /Makefile
parentcc25e578c2315ece1cad2062dc64297052b6e1d9 (diff)
Speak of regtest in "make help".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef25152..81df726 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ include $(CT_TOP_DIR)/samples/Makefile
help::
@echo 'Build targets:'
@echo '* build - Build the toolchain'
+ @echo ' regtest - Regtest-build all samples'
@echo ' clean - Remove generated files'
@echo ' distclean - Remove generated files, configuration and build directories'