From: Wolfgang (Blub) Bumiller Date: Wed, 27 Jun 2012 13:36:22 +0000 (+0200) Subject: make clean : now deletes qcvm X-Git-Tag: 0.1-rc1~371^2~9 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a4167900c4544ba8ab13b6f51acccb8b14a07ee5;p=xonotic%2Fgmqcc.git make clean : now deletes qcvm --- 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