From: florian 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.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=f7ffac542813fb983d61cfd9c97a077f92df747e 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 --- diff --git a/Makefile b/Makefile index e97423ee6..2dcb72763 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 %: ;