diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-09 19:37:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-09 19:37:19 +0000 |
commit | a4fad88c0016a1057526734e190f8607ebf8e93b (patch) | |
tree | 964179db216ba66955140ab81526be702859d762 /Makefile | |
parent | cac1789e6ce5fae18a3d8c8698a071e37005c6da (diff) | |
download | upstream-a4fad88c0016a1057526734e190f8607ebf8e93b.tar.gz upstream-a4fad88c0016a1057526734e190f8607ebf8e93b.tar.bz2 upstream-a4fad88c0016a1057526734e190f8607ebf8e93b.zip |
Add a help target in case people want to read the README ;)
SVN-Revision: 5739
Diffstat (limited to 'Makefile')
-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 %: ; |