mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 03:51:12 +00:00
make consistent builds a little easier
This commit is contained in:
parent
3cf0b480ff
commit
23e1fd824e
1 changed files with 5 additions and 0 deletions
5
quake/Makefile
Normal file
5
quake/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
all: qwprogs.dat
|
||||
qwprogs.dat: progs.src *.qc
|
||||
qfcc --traditional -Werror -g
|
||||
clean:
|
||||
rm -f core *.dat *.sym progdefs.h
|
Loading…
Reference in a new issue