mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 15:21:51 +00:00
5 lines
133 B
Makefile
5 lines
133 B
Makefile
all: qwprogs.dat
|
|
qwprogs.dat: progs.src *.qc *.qh
|
|
qfcc --warn=error --debug --quiet
|
|
clean:
|
|
rm -f core *.dat *.pqc *.sym progdefs.h
|