mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-13 22:22:13 +00:00
Updated the Linux Makefile to know about slicer's new files.
This commit is contained in:
parent
c5cfb5228e
commit
8127b22e24
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ GOBJ = \
|
|||
$(GDIRNAME)/g_fileio.o \
|
||||
$(GDIRNAME)/ai_vcmd.o \
|
||||
$(GDIRNAME)/rxn_game.o \
|
||||
$(GDIRNAME)/g_teamplay.o
|
||||
$(GDIRNAME)/g_teamplay.o \
|
||||
$(GDIRNAME)/g_matchmode.o
|
||||
|
||||
CGOBJ = \
|
||||
$(CGDIRNAME)/cg_main.o \
|
||||
|
|
Loading…
Reference in a new issue