# HG changeset patch # User Rob Landley # Date 1418493550 21600 # Node ID 26287486fddc12825ba1a66ba3ce8e34e1385c7b # Parent c4c9267467f8fab6aa26b07d1682bf5fd65f3497 Add "make help" entry for "make change". diff -r c4c9267467f8 -r 26287486fddc Makefile --- 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.'