]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Mask overlap-locals by -Ooverlap-locals, and count (the amount of overlapped functions)
[xonotic/gmqcc.git] / Makefile
index 0d1cee7025918aca55abc5311559c46f23a88a7a..28f425e7e14889342832bcfc00e94b75de3323d4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,10 +27,10 @@ ifeq ($(track), no)
     CFLAGS += -DNOTRACK
 endif
 
-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 conout.o
+OBJ_D = util.o code.o ast.o ir.o conout.o ftepp.o opts.o file.o utf8.o
+OBJ_T = test.o util.o conout.o file.o
+OBJ_C = main.o lexer.o parser.o file.o
+OBJ_X = exec-standalone.o util.o conout.o file.o
 
 ifneq ("$(CYGWIN)", "")
        #nullify the common variables that
@@ -89,6 +89,7 @@ clean:
 $(OBJ_D) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def
 main.o:   lexer.h
 parser.o: ast.h lexer.h
+lexer.o:  lexer.h
 ast.o:    ast.h ir.h
 ir.o:     ir.h