]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
noref -compile testcase
[xonotic/gmqcc.git] / Makefile
index 7420ccc7f13580c45460450ab6749e41289a6614..34851937017d59a9df17051f202daa6a364fbf2d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@ ifeq ($(CC), clang)
                -Wno-padded                   \
                -Wno-format-nonliteral        \
                -Wno-disabled-macro-expansion \
-               -Wno-conversion
+               -Wno-conversion               \
+               -Wno-missing-prototypes
 
 endif
 ifeq ($(track), no)
@@ -50,13 +51,13 @@ testsuite: $(OBJ_T)
 all: gmqcc qcvm testsuite
 
 check: all
-       ./testsuite
+       ./testsuite
 
 clean:
        rm -f *.o gmqcc qcvm testsuite *.dat
 
 
-$(OBJ) $(OBJ_C) $(OBJ_X): gmqcc.h
+$(OBJ) $(OBJ_C) $(OBJ_X): gmqcc.h opts.def
 main.o: lexer.h
 parser.o: ast.h lexer.h
 ast.o: ast.h ir.h