mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2025-03-02 23:51:53 +00:00
adapt to qfcc's new args
This commit is contained in:
parent
111cb080d8
commit
7dd231a414
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -1,5 +1,5 @@
|
||||||
all: qwprogs.dat
|
all: qwprogs.dat
|
||||||
qwprogs.dat: progs.src *.qc *.qh
|
qwprogs.dat: progs.src *.qc *.qh
|
||||||
qfcc --warn=error --debug --quiet
|
qfcc --warn=error --code=debug --quiet
|
||||||
clean:
|
clean:
|
||||||
rm -f core *.dat *.pqc *.sym progdefs.h
|
rm -f core *.dat *.pqc *.sym progdefs.h
|
||||||
|
|
Loading…
Reference in a new issue