]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
make clean : now deletes qcvm
authorWolfgang (Blub) Bumiller <blub@speed.at>
Wed, 27 Jun 2012 13:36:22 +0000 (15:36 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Wed, 27 Jun 2012 13:36:22 +0000 (15:36 +0200)
Makefile

index ba8f7984c01c2183ca1f1c5ea33107a179e73116..81d0e71429317756aad47679435c83d4f55716d1 100644 (file)
--- 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