]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile_win
Adding debug dump functions
[xonotic/gmqcc.git] / Makefile_win
index dccce07c2f6b26083e545116428762bb534b178f..0478d70d1de73e84fb9f50a27eb33b97ea006938 100644 (file)
@@ -7,7 +7,9 @@ OBJ     = main.o      \
           typedef.o   \
           util.o      \
           code.o      \
-          asm.c
+          asm.o       \
+          ast.o       \
+          ir.o
 
 %.o: %.c
        $(CC) -c $< -o $@ $(CFLAGS)