Move I/O to a separate module -- first step towards curses interface.
[super-star-trek.git] / MAKEFILE.OS2
index 98678f02736ade9b2d042c93ee1f6803c4e2dbac..a35865ee6bee7c0fec710b9bd7c8aa8b8d48fc6e 100644 (file)
@@ -5,7 +5,7 @@ CFLAGS=     -O
 .c.o:\r
        $(CC) $(CFLAGS) -c $<\r
 \r
-OFILES=     sst.o finish.o reports.o setup.o moving.o battle.o events.o ai.o planets.o\r
+OFILES=     sst.o finish.o reports.o setup.o moving.o battle.o events.o ai.o planets.o io.o\r
 \r
 HFILES=     sst.h\r
 \r