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