diff Makefile @ 275:005af6006ce3

Update help, move test.sh to scripts, and fix "make test" to call right script.
author Rob Landley <rob@landley.net>
date Fri, 28 Mar 2008 00:44:44 -0500
parents 5b948171e495
children e711e375e9c6
line wrap: on
line diff
--- a/Makefile	Fri Mar 28 00:40:57 2008 -0500
+++ b/Makefile	Fri Mar 28 00:44:44 2008 -0500
@@ -49,7 +49,7 @@
 test: tests
 
 tests:
-	scripts/testall.sh
+	scripts/test.sh
 
 help::
 	@echo  '  toybox          - Build toybox.'
@@ -59,3 +59,6 @@
 	@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."