document changes, and add dependency on iopause.h to t.c

master
leitner 22 years ago
parent f921b8cbb0
commit a31d25af17

@ -1,5 +1,7 @@
0.14:
avoid bus errors in byte_copy
byte_rchr was completely broken
add case, iopause, tai, taia, openreadclose and ipv6-enhanced dns
0.13:
fixed several bugs in test/uudecode.c

@ -80,6 +80,8 @@ $(TAIA_OBJS) $(TAI_OBJS) $(CASE_OBJS)
ar cr $@ $^
-ranlib $@
t.o: iopause.h
t: t.o libowfat.a
$(DIET) $(CC) -g -o $@ $^

Loading…
Cancel
Save