From 5d51930adfb06a206eab22817f5407039bf5ce99 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 20 Dec 2012 15:45:15 +0100 Subject: [PATCH] Oh god I hate this so much --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2