* Make copyfiles target work from top-level Makefile

This commit is contained in:
Aaron Gyes 2005-11-03 06:48:44 +00:00
parent 1c94cfbcbd
commit 2f33fe1894
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
VERSION=1.33_SVN$(shell LANG=C svnversion .)
release debug clean distclean:
release debug clean distclean copyfiles:
$(MAKE) -C code/unix $@
dist: