From: Wolfgang Bumiller Date: Mon, 16 Jul 2012 10:27:21 +0000 (+0200) Subject: Updating makefile to remove all the not yet used stuff X-Git-Tag: 0.1-rc1~443 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0d1b790bb1b8668a1e888c4ef4b59dbf0a7822fa;p=xonotic%2Fgmqcc.git Updating makefile to remove all the not yet used stuff --- diff --git a/Makefile b/Makefile index a0d6cc9..feaf611 100644 --- a/Makefile +++ b/Makefile @@ -16,15 +16,12 @@ ifeq ($(CC), clang) -Wno-format-nonliteral endif -OBJ = lex.o \ +OBJ = \ error.o \ - parse.o \ - typedef.o \ util.o \ code.o \ - asm.o \ ast.o \ - ir.o + ir.o OBJ_A = test/ast-test.o OBJ_I = test/ir-test.o OBJ_C = main.o