mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
* Make copyfiles target work from top-level Makefile
This commit is contained in:
parent
1c94cfbcbd
commit
2f33fe1894
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in a new issue