From 857ca631a4e63fbd5ad6e8de339c7eae23cc5407 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 28 Apr 2012 05:01:19 -0400 Subject: [PATCH] windows makefile update --- Makefile_win | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.2