Add "make help" entry for "make change".

This commit is contained in:
Rob Landley 2014-12-13 11:59:10 -06:00
parent 0517eb7d60
commit e72ea20cad

View File

@ -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.'