diff options
author | Rob Landley <rob@landley.net> | 2014-12-13 11:59:10 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-12-13 11:59:10 -0600 |
commit | e72ea20cada3cf20864740caa99e7b099b5f7ec9 (patch) | |
tree | 5caba0ea02f48dc2aa4560b34621fa4190b623df /Makefile | |
parent | 0517eb7d604da454213e42d55f477401dc7f7ebf (diff) | |
download | toybox-e72ea20cada3cf20864740caa99e7b099b5f7ec9.tar.gz |
Add "make help" entry for "make change".
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ tests: 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.' |