From 09e8bde9f292e537c35387435b5bea9024cf28e8 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 4 Feb 2012 12:20:39 -0600 Subject: Add a basic README and an example to "make help". --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df24c513..e4d88828 100644 --- a/Makefile +++ b/Makefile @@ -62,3 +62,6 @@ help:: @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 '' -- cgit v1.2.3