Skip to content

Commit

Permalink
* Make copyfiles target work from top-level Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Gyes committed Nov 3, 2005
1 parent 1c94cfb commit 2f33fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -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:
Expand Down

0 comments on commit 2f33fe1

Please sign in to comment.