From e72ea20cada3cf20864740caa99e7b099b5f7ec9 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 13 Dec 2014 11:59:10 -0600 Subject: Add "make help" entry for "make change". --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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.' -- cgit v1.2.3