Added $(PAK) to Makefile for clean rule.

This commit is contained in:
Dale Weiler 2013-02-08 16:42:43 +00:00
parent 02230ca992
commit ac8f510dac

View file

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