From e77709f0150ba6b848da4c273303a2bca7929320 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 25 Jul 2013 10:31:53 -0500 Subject: [PATCH] With this change, things build on the GS well now --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 970e990..32d1399 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: $(NAME) .INCLUDE: "Make.engine" -$(NAME): $(OBJS) +$(NAME): fixtype $(OBJS) occ -o $(NAME) $(OBJS) clean: @@ -19,4 +19,4 @@ fixtype: chtyp -l CC ops/*.c ops/*.h %.o: %.c - occ $(CFLAGS) -c $< + occ -c $<