From: Eric S. Raymond Date: Mon, 7 Feb 2005 00:02:19 +0000 (+0000) Subject: conio.[ch] is gone. X-Git-Tag: 2.0~347 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=0ee6abc5afe201cc0cd6c25b7ebf48b4e78423c7;p=super-star-trek.git conio.[ch] is gone. --- diff --git a/makefile b/makefile index 4aa098e..7745e73 100644 --- a/makefile +++ b/makefile @@ -19,13 +19,12 @@ all: sst sst.doc ai.o: ai.c sst.h battle.o: battle.c sst.h -conio.o: conio.c conio.h events.o: events.c sst.h finish.o: finish.c sst.h io.o: io.c sst.h moving.o: moving.c sstlinux.h sst.h planets.o: planets.c sst.h -reports.o: reports.c sst.h conio.h +reports.o: reports.c sst.h setup.o: setup.c sst.h sst.o: sst.c sstlinux.h sst.h sstlinux.o: sstlinux.c sstlinux.h