summaryrefslogtreecommitdiffstats
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
commita4fad88c0016a1057526734e190f8607ebf8e93b (patch)
tree964179db216ba66955140ab81526be702859d762 /Makefile
parentcac1789e6ce5fae18a3d8c8698a071e37005c6da (diff)
downloadmaster-31e0f0ae-a4fad88c0016a1057526734e190f8607ebf8e93b.tar.gz
master-31e0f0ae-a4fad88c0016a1057526734e190f8607ebf8e93b.tar.bz2
master-31e0f0ae-a4fad88c0016a1057526734e190f8607ebf8e93b.zip
Add a help target in case people want to read the README ;)
SVN-Revision: 5739
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
%: ;