]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
I'm assuming this is a bug since all other read tests compare with itself's ir_value...
[xonotic/gmqcc.git] / Makefile
index 57ff3f3687e41a64b216a6e262d466241f06ea66..3ab21a810476f5113507b445434a49850f3afda5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ ifeq ($(CC), clang)
            -Wno-missing-prototypes            \
            -Wno-float-equal                   \
            -Wno-unknown-warning-option        \
+           -Wno-cast-align                    \
            -Wstrict-prototypes
 else
        #Tiny C Compiler doesn't know what -pedantic-errors is
@@ -132,3 +133,20 @@ install-doc:
        install    -m644  doc/gmqpak.1 $(DESTDIR)$(MANDIR)/man1/
 
 # DO NOT DELETE
+
+util.o: gmqcc.h opts.def
+fs.o: gmqcc.h opts.def
+conout.o: gmqcc.h opts.def
+opts.o: gmqcc.h opts.def
+pak.o: gmqcc.h opts.def
+stat.o: gmqcc.h opts.def
+test.o: gmqcc.h opts.def
+main.o: gmqcc.h opts.def lexer.h
+lexer.o: gmqcc.h opts.def lexer.h
+parser.o: gmqcc.h opts.def lexer.h ast.h ir.h intrin.h
+code.o: gmqcc.h opts.def
+ast.o: gmqcc.h opts.def ast.h ir.h
+ir.o: gmqcc.h opts.def ir.h
+ftepp.o: gmqcc.h opts.def lexer.h
+utf8.o: gmqcc.h opts.def
+correct.o: gmqcc.h opts.def