mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-13 07:48:12 +00:00
7f3ef60d60
work, but it's nice having a compilable base paroxysm).
5 lines
114 B
Makefile
5 lines
114 B
Makefile
all: progs.dat
|
|
progs.dat: progs.src *.qc
|
|
qfcc --traditional -Werror -g
|
|
clean:
|
|
rm -f core *.dat *.sym progdefs.h
|