changeset 1606:26287486fddc draft

Add "make help" entry for "make change".
author Rob Landley <rob@landley.net>
date Sat, 13 Dec 2014 11:59:10 -0600
parents c4c9267467f8
children eee7dfe95a8f
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Dec 13 11:58:08 2014 -0600
+++ b/Makefile	Sat Dec 13 11:59:10 2014 -0600
@@ -66,6 +66,7 @@
 
 help::
 	@echo  '  toybox          - Build toybox.'
+	@echo  '  change          - Build each command standalone under change/.'
 	@echo  '  baseline        - Create busybox_old for use by bloatcheck.'
 	@echo  '  bloatcheck      - Report size differences between old and current versions'
 	@echo  '  test            - Run test suite against compiled commands.'