From: Dale Weiler Date: Fri, 8 Feb 2013 16:42:43 +0000 (+0000) Subject: Added $(PAK) to Makefile for clean rule. X-Git-Tag: before-library~124 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ac8f510dacb8726c33f4a54801b33e982aba4fb5;p=xonotic%2Fgmqcc.git Added $(PAK) to Makefile for clean rule. --- diff --git a/Makefile b/Makefile index 9b439c1..95c9c4d 100644 --- a/Makefile +++ b/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