]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
guard ]] with lex->flags.noops
[xonotic/gmqcc.git] / Makefile
index 38e760b3ed3260c2ea3302fac06463ef5f13f087..0d1cee7025918aca55abc5311559c46f23a88a7a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,9 @@ ifeq ($(CC), clang)
                -Wno-format-nonliteral        \
                -Wno-disabled-macro-expansion \
                -Wno-conversion               \
-               -Wno-missing-prototypes
+               -Wno-missing-prototypes       \
+               -Wno-float-equal              \
+               -Wno-cast-align
 endif
 ifeq ($(track), no)
     CFLAGS += -DNOTRACK
@@ -84,7 +86,7 @@ clean:
        rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) *.dat
 
 # deps
-$(OBJ) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def
+$(OBJ_D) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def
 main.o:   lexer.h
 parser.o: ast.h lexer.h
 ast.o:    ast.h ir.h