X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=makefile;h=f98e173cd02512da078e185cfe200d57d834940c;hp=592f4ef2e2f811fbf657a049d2c09ff5f8b3f430;hb=25f221b092e0e9d85aa5d3e6863043f2ab4d7c43;hpb=54681963a8c78e9587e72af03772dcb4ca6b30e5 diff --git a/makefile b/makefile index 592f4ef..f98e173 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ CFLAGS= -O -g -DSSTDOC='"/usr/share/doc/sst/sst.doc"' .c.o: $(CC) $(CFLAGS) -c $< -CFILES= sst.c finish.c reports.c setup.c moving.c battle.c events.c ai.c planets.c +CFILES= sst.c finish.c reports.c setup.c moving.c battle.c events.c ai.c planets.c io.c OFILES= $(CFILES:.c=.o) HFILES=sst.h DOCS = README sst-doc.xml sst.xml TODO