mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2025-02-12 07:13:17 +00:00
5 lines
130 B
Makefile
5 lines
130 B
Makefile
all: qwprogs.dat
|
|
qwprogs.dat: progs.src *.qc *.qh
|
|
qfcc --warn=error --code=debug
|
|
clean:
|
|
rm -f core *.dat *.pqc *.sym progdefs.h
|