Fixed cgame Makefile

This commit is contained in:
Walter Julius Hennecke 2011-12-05 09:45:34 +01:00
parent 70fec391d2
commit 339b3a9e0b

View file

@ -102,7 +102,7 @@ fx_lib.o : fx_lib.c; $(DO_CC)
fx_misc.o : fx_misc.c; $(DO_CC)
fx_phaser.o : fx_phaser.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_tetrion.o : fx_tetrion.c; $(DO_CC)
fx_transporter.o : fx_transporter.c; $(DO_CC)