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 $<