projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cac1789
)
Add a help target in case people want to read the README ;)
author
Florian Fainelli
<florian@openwrt.org>
Sat, 9 Dec 2006 19:37:19 +0000
(19:37 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 9 Dec 2006 19:37:19 +0000
(19:37 +0000)
SVN-Revision: 5739
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e97423ee631d60806b98931e2c7d114b4cf50233..2dcb72763613604b738241fd817e1e558f0ac9be 100644
(file)
--- 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
%: ;