mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-12-18 00:11:06 +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)
|
@ ./$(TESTSUITE)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) *.dat
|
rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) $(PAK) *.dat
|
||||||
|
|
||||||
splint:
|
splint:
|
||||||
@ splint $(SPLINTFLAGS) *.c *.h
|
@ splint $(SPLINTFLAGS) *.c *.h
|
||||||
|
|
Loading…
Reference in a new issue