From: Florian Fainelli Date: Sat, 9 Dec 2006 19:37:19 +0000 (+0000) Subject: Add a help target in case people want to read the README ;) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a4fad88c0016a1057526734e190f8607ebf8e93b;p=openwrt%2Fstaging%2Fwigyori.git Add a help target in case people want to read the README ;) SVN-Revision: 5739 --- 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 %: ;