From: Wolfgang Bumiller Date: Thu, 20 Dec 2012 14:45:15 +0000 (+0100) Subject: Oh god I hate this so much X-Git-Tag: 0.1.9~11 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5d51930adfb06a206eab22817f5407039bf5ce99;p=xonotic%2Fgmqcc.git Oh god I hate this so much --- diff --git a/Makefile b/Makefile index 63b41c6..38e760b 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,10 @@ ifeq ($(track), no) CFLAGS += -DNOTRACK endif -OBJ_D = util.o code.o ast.o ir.o con.o ftepp.o opts.o -OBJ_T = test.o util.o con.o +OBJ_D = util.o code.o ast.o ir.o conout.o ftepp.o opts.o +OBJ_T = test.o util.o conout.o OBJ_C = main.o lexer.o parser.o -OBJ_X = exec-standalone.o util.o con.o +OBJ_X = exec-standalone.o util.o conout.o ifneq ("$(CYGWIN)", "") #nullify the common variables that