]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Merging in new-syntax
[xonotic/gmqcc.git] / Makefile
index a44b6ea6322af4c92148a32a813ed2610154f0c9..ce0bc8697702db02caf715af8c13360dfa3dd5d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,11 +24,12 @@ OBJ     = \
           code.o      \
           ast.o       \
           ir.o        \
-          error.o
+          error.o     \
+          con.o
 OBJ_A = test/ast-test.o
 OBJ_I = test/ir-test.o
 OBJ_C = main.o lexer.o parser.o
-OBJ_X = exec-standalone.o util.o
+OBJ_X = exec-standalone.o util.o con.o
 
 #default is compiler only
 default: gmqcc