forgot about progs.src

This commit is contained in:
Bill Currie 2001-07-19 15:41:14 +00:00
parent 2626a7830b
commit f009263dc2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
*.pqc
*.sym
progdefs.h
progs.src

View file

@ -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