mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-14 16:31:34 +00:00
e158247afb
to get to this point, but now quake, quakeworld and paroxysm/quakeword can start using qfcc's features.
5 lines
104 B
Makefile
5 lines
104 B
Makefile
all: qwprogs.dat
|
|
qwprogs.dat: progs.src *.qc
|
|
qfcc -Werror -g
|
|
clean:
|
|
rm -f core *.dat *.sym progdefs.h
|