Add a help target in case people want to read the README ;)
SVN-Revision: 5739
This commit is contained in:
parent
cac1789e6c
commit
a4fad88c00
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -171,7 +171,10 @@ dirclean: clean
|
||||||
distclean: dirclean config-clean
|
distclean: dirclean config-clean
|
||||||
rm -rf dl
|
rm -rf dl
|
||||||
|
|
||||||
|
help:
|
||||||
|
cat README
|
||||||
|
|
||||||
.SILENT: clean dirclean distclean config-clean download world
|
.SILENT: clean dirclean distclean config-clean download world
|
||||||
FORCE: ;
|
FORCE: ;
|
||||||
.PHONY: FORCE
|
.PHONY: FORCE help
|
||||||
%: ;
|
%: ;
|
||||||
|
|
Loading…
Reference in a new issue