]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Update .travis.yml
[xonotic/gmqcc.git] / Makefile
index 7f9a3b1a2db66a4b8a4b2559b46c4bc175b038b2..a89d8c28e1473869db2f1a21c8463318bf5029f3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -82,8 +82,8 @@ endif
 endif
 
 #standard rules
-%.o: %.c
-       $(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS) 
+c.o:
+       $(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS)
 
 exec-standalone.o: exec.c
        $(CC) -c $< -o $@ $(CFLAGS) $(CPPFLAGS) -DQCVM_EXECUTOR=1
@@ -165,3 +165,4 @@ ftepp.o: gmqcc.h opts.def lexer.h
 utf8.o: gmqcc.h opts.def
 correct.o: gmqcc.h opts.def
 fold.o: ast.h ir.h gmqcc.h opts.def parser.h lexer.h
+intrin.o: parser.h gmqcc.h opts.def lexer.h ast.h ir.h