]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Parsing a comma as an operator now - unless noop is true
[xonotic/gmqcc.git] / Makefile
index feaf6111fbd4bf84549c99d2e8dc5ac7f2c48e59..9101d2b12a3600ae8e410e3b8ea8d31decdcd8de 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,14 +17,13 @@ ifeq ($(CC), clang)
 
 endif
 OBJ     = \
-          error.o     \
           util.o      \
           code.o      \
           ast.o       \
           ir.o
 OBJ_A = test/ast-test.o
 OBJ_I = test/ir-test.o
-OBJ_C = main.o
+OBJ_C = main.o lexer.o parser.o
 
 #default is compiler only
 default: gmqcc