mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Makefile
This commit is contained in:
parent
1ceb039bb0
commit
9a996c1338
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -1662,7 +1662,8 @@ $(B)/missionpack/qcommon/%.asm: $(CMDIR)/%.c
|
|||
#############################################################################
|
||||
|
||||
copyfiles: build_release
|
||||
@if [ ! -d $(COPYDIR) ]; then echo "You need to set COPYDIR to where your Quake3 data is!"; false; fi
|
||||
@if [ ! -d $(COPYDIR)/baseq3 ]; then echo "You need to set COPYDIR to where your Quake3 data is!"; fi
|
||||
-$(MKDIR) -p -m 0755 $(COPYDIR)/baseq3
|
||||
$(INSTALL) -s -m 0755 $(BR)/ioquake3.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3.$(ARCH)$(BINEXT)
|
||||
|
||||
@if [ -f $(BR)/ioq3ded.$(ARCH)$(BINEXT) ]; then \
|
||||
|
|
Loading…
Reference in a new issue