windows makefile update

This commit is contained in:
Dale Weiler 2012-04-28 05:01:19 -04:00
parent e74ecabedd
commit 857ca631a4

View 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)