From ac8f510dacb8726c33f4a54801b33e982aba4fb5 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Fri, 8 Feb 2013 16:42:43 +0000 Subject: [PATCH] Added $(PAK) to Makefile for clean rule. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2