With this change, things build on the GS well now

This commit is contained in:
Jeremy Rand 2013-07-25 10:31:53 -05:00
parent 7bee84757f
commit e77709f015
1 changed files with 2 additions and 2 deletions

View File

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