mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 06:31:52 +00:00
Minor update to qfcc's options now that I'm aware of them
This commit is contained in:
parent
f09d445a3c
commit
095e2e71d2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
all: progs.dat
|
||||
progs.dat: progs.src *.qc
|
||||
qfcc -Werror -g --advanced
|
||||
qfcc -Nwarn -Wall -Werror -g --advanced
|
||||
clean:
|
||||
rm -f core *.dat *.sym progdefs.h
|
||||
|
|
Loading…
Reference in a new issue