From a4167900c4544ba8ab13b6f51acccb8b14a07ee5 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Wed, 27 Jun 2012 15:36:22 +0200 Subject: [PATCH] make clean : now deletes qcvm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba8f798..81d0e71 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,6 @@ gmqcc: $(OBJ_C) $(OBJ) all: test gmqcc clean: - rm -f *.o gmqcc test_ast test_ir test/*.o + rm -f *.o gmqcc qcvm test_ast test_ir test/*.o -- 2.39.2