aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-09 19:37:19 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-09 19:37:19 +0000
commitcbdda8daff1780ee1f16485f9dcc244cc38da7f3 (patch)
treefce602cb8944fdf19afa00f8f6753c87cfe0e113 /Makefile
parentccc54474f544ed9e6cb22f061a3ff4eba15a79cb (diff)
downloadmaster-187ad058-cbdda8daff1780ee1f16485f9dcc244cc38da7f3.tar.gz
master-187ad058-cbdda8daff1780ee1f16485f9dcc244cc38da7f3.tar.bz2
master-187ad058-cbdda8daff1780ee1f16485f9dcc244cc38da7f3.zip
Add a help target in case people want to read the README ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5739 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e97423ee63..2dcb727636 100644
--- a/Makefile
+++ b/Makefile
@@ -171,7 +171,10 @@ dirclean: clean
distclean: dirclean config-clean
rm -rf dl
+help:
+ cat README
+
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;
-.PHONY: FORCE
+.PHONY: FORCE help
%: ;