X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=makefile;h=f98e173cd02512da078e185cfe200d57d834940c;hb=a6c062d033c2cf9be1eb9e1164de84ba45379681;hp=0a0f9ffc185bb3c9959c2ec1c9649fef82f2ce32;hpb=03ea69145938e4b01e7efc6be80a543bad1739c7;p=super-star-trek.git diff --git a/makefile b/makefile index 0a0f9ff..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 linux.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