Update camino.mk with an extra target.

This commit is contained in:
bsmedberg%covad.net 2004-11-24 00:01:09 +00:00
parent f1ee431a13
commit 9a775c25b0

View File

@ -37,7 +37,7 @@
$(warning This file is obsolete: use client.mk directly.)
checkout build alldep clean distclean:
checkout build alldep clean distclean build_all_depend:
$(MAKE) -f client.mk $@
.PHONY: checkout build alldep clean distclean
.PHONY: checkout build alldep clean distclean build_all_depend