mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +02:00
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
This commit is contained in:
parent
9c2c7fac47
commit
f7ffac5428
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 New Issue
Block a user