mirror of
https://github.com/UberGames/RPG-X2.git
synced 2025-03-10 18:21:42 +00:00
Fixed cgame Makefile
This commit is contained in:
parent
70fec391d2
commit
339b3a9e0b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ fx_lib.o : fx_lib.c; $(DO_CC)
|
||||||
fx_misc.o : fx_misc.c; $(DO_CC)
|
fx_misc.o : fx_misc.c; $(DO_CC)
|
||||||
fx_phaser.o : fx_phaser.c; $(DO_CC)
|
fx_phaser.o : fx_phaser.c; $(DO_CC)
|
||||||
fx_quantum.o : fx_quantum.c; $(DO_CC)
|
fx_quantum.o : fx_quantum.c; $(DO_CC)
|
||||||
fx_hypospray.o : fx_scavenger.c; $(DO_CC)
|
fx_hypospray.o : fx_hypospray.c; $(DO_CC)
|
||||||
fx_stasis.o : fx_stasis.c; $(DO_CC)
|
fx_stasis.o : fx_stasis.c; $(DO_CC)
|
||||||
fx_tetrion.o : fx_tetrion.c; $(DO_CC)
|
fx_tetrion.o : fx_tetrion.c; $(DO_CC)
|
||||||
fx_transporter.o : fx_transporter.c; $(DO_CC)
|
fx_transporter.o : fx_transporter.c; $(DO_CC)
|
||||||
|
|
Loading…
Reference in a new issue