Commit 7f036696 authored by Kim H Madsen's avatar Kim H Madsen

fixed typos

parent d04a7ec6
......@@ -51,11 +51,11 @@ $(TARGET) : $(OBJS) $(OBJY)
$(OBJS) : %.o : %.c
$(CC) $(ALL_CFLAGS) -MMD $(INCLUDES) -c $< -o $@
# parser complie
# parser compile
$(OBJY) : $(YC) $(LDEF)
$(CC) $(ALL_CFLAGS) -MMD $(INCLUDES) -c $(YC) -o $(OBJY)
# yacc complie
# yacc compile
$(YC) : $(YSRC)
$(YACC) -o $(YC) $(YSRC)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment