From: Dale Weiler Date: Sat, 28 Apr 2012 09:01:19 +0000 (-0400) Subject: windows makefile update X-Git-Tag: 0.1-rc1~575 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=857ca631a4e63fbd5ad6e8de339c7eae23cc5407;p=xonotic%2Fgmqcc.git windows makefile update --- diff --git a/Makefile_win b/Makefile_win index dccce07..0478d70 100644 --- a/Makefile_win +++ b/Makefile_win @@ -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)