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