projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c2c7fa
)
Add a help target in case people want to read the README ;)
author
florian
<florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Dec 2006 19:37:19 +0000
(19:37 +0000)
committer
florian
<florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Dec 2006 19:37:19 +0000
(19:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5739
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
e97423e
..
2dcb727
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
%: ;
This page took
0.033588 seconds
and
4
git commands to generate.