mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
Added $(PAK) to Makefile for clean rule.
This commit is contained in:
parent
02230ca992
commit
ac8f510dac
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -163,7 +163,7 @@ test: check
|
|||
@ ./$(TESTSUITE)
|
||||
|
||||
clean:
|
||||
rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) *.dat
|
||||
rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) $(PAK) *.dat
|
||||
|
||||
splint:
|
||||
@ splint $(SPLINTFLAGS) *.c *.h
|
||||
|
|
Loading…
Reference in a new issue