diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-09 19:37:19 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-09 19:37:19 +0000 |
commit | f7ffac542813fb983d61cfd9c97a077f92df747e (patch) | |
tree | fce602cb8944fdf19afa00f8f6753c87cfe0e113 | |
parent | 9c2c7fac4771a9262834926f0d4ac95fdb6fc43f (diff) |
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
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 %: ; |