]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
memblock_t is now a double-linked list so we can show where data was allocated which...
[xonotic/gmqcc.git] / Makefile
index d326576da571977ee15a368ff4ab61b2f637f2b5..1f584cbab1bd03f8b69dfac4d7df6066d59d3dc0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ OBJ     = \
           ir.o
 OBJ_A = test/ast-test.o
 OBJ_I = test/ir-test.o
-OBJ_C = main.o lexer.o parser.o
+OBJ_C = main.o lexer.o parser.o error.o
 OBJ_X = exec-standalone.o util.o
 
 #default is compiler only