aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-12-13 11:59:10 -0600
committerRob Landley <rob@landley.net>2014-12-13 11:59:10 -0600
commite72ea20cada3cf20864740caa99e7b099b5f7ec9 (patch)
tree5caba0ea02f48dc2aa4560b34621fa4190b623df /Makefile
parent0517eb7d604da454213e42d55f477401dc7f7ebf (diff)
downloadtoybox-e72ea20cada3cf20864740caa99e7b099b5f7ec9.tar.gz
Add "make help" entry for "make change".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b38631d2..8d83913c 100644
--- a/Makefile
+++ b/Makefile
@@ -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.'