diff Makefile @ 429:27104029d771

Add a basic README and an example to "make help".
author Rob Landley <rob@landley.net>
date Sat, 04 Feb 2012 12:20:39 -0600
parents 8b0487639db9
children 4099d3026e56
line wrap: on
line diff
--- a/Makefile	Sat Feb 04 11:23:18 2012 -0600
+++ b/Makefile	Sat Feb 04 12:20:39 2012 -0600
@@ -62,3 +62,6 @@
 	@echo  '  install         - Install toybox into subdirectories of $$PREFIX.'
 	@echo  '  uninstall_flat  - Remove toybox from $$PREFIX directory.'
 	@echo  '  uninstall       - Remove toybox from subdirectories of $$PREFIX.'
+	@echo  ''
+	@echo  'example: CFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox install'
+	@echo  ''