X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=makefile;fp=makefile;h=592f4ef2e2f811fbf657a049d2c09ff5f8b3f430;hp=0a0f9ffc185bb3c9959c2ec1c9649fef82f2ce32;hb=5ac8c94a3ddf49203587787f3cb0d85052e51d55;hpb=03ea69145938e4b01e7efc6be80a543bad1739c7 diff --git a/makefile b/makefile index 0a0f9ff..592f4ef 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 OFILES= $(CFILES:.c=.o) HFILES=sst.h DOCS = README sst-doc.xml sst.xml TODO