mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2025-02-17 09:32:08 +00:00
forgot about progs.src
This commit is contained in:
parent
2626a7830b
commit
f009263dc2
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
|||
*.pqc
|
||||
*.sym
|
||||
progdefs.h
|
||||
progs.src
|
||||
|
|
2
makefile
2
makefile
|
@ -1,4 +1,4 @@
|
|||
qwprogs.dat: preprogs.src *.qc
|
||||
qfpreqcc --warn=error --debug
|
||||
clean:
|
||||
rm -f core *.dat *.pqc *.sym progdefs.h
|
||||
rm -f core *.dat *.pqc *.sym progdefs.h progs.src
|
||||
|
|
Loading…
Reference in a new issue