From 9d243a2efc889f9a171c8af1fc750665c4fb4e1b Mon Sep 17 00:00:00 2001 From: Rob Landley <rob@landley.net> Date: Fri, 28 Mar 2008 00:44:44 -0500 Subject: Update help, move test.sh to scripts, and fix "make test" to call right script. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da40c255..1139ae4b 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ distclean: clean test: tests tests: - scripts/testall.sh + scripts/test.sh help:: @echo ' toybox - Build toybox.' @@ -59,3 +59,6 @@ help:: @echo ' clean - Delete temporary files.' @echo ' distclean - Delete everything that isn't shipped.' @echo ' install_flat - Install toybox into $PREFIX directory.' + @echo ' install - Install toybox into subdirectories of $PREFIX.' + @echo ' uninstall_flat - Remove toybox from $PREFIX directory." + @echo ' uninstall - Remove toybox from subdirectories of $PREFIX." -- cgit v1.2.3