1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 10:07:37 +03: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:
florian 2006-12-09 19:37:19 +00:00
parent 9c2c7fac47
commit f7ffac5428

View File

@ -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
%: ;