diff options
author | Elliott Hughes <enh@google.com> | 2015-03-28 13:13:42 -0500 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-03-28 13:13:42 -0500 |
commit | 58e06423be7f568076d273a358975317c14de30a (patch) | |
tree | adaf373dbdebd18a0e2f1377a78a361cef7d22bc /Makefile | |
parent | e00c7861a9f25db6333d85aebd6ca4e6b9b37d39 (diff) | |
download | toybox-58e06423be7f568076d273a358975317c14de30a.tar.gz |
Fix an obvious typo in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,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 ' baseline - Create toybox_old for use by bloatcheck.' @echo ' bloatcheck - Report size differences between old and current versions' @echo ' test - Run test suite against compiled commands.' @echo ' clean - Delete temporary files.' |