X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=makefile;h=76b167ddf19f23968bdb6e716b42c2badd7a1a49;hb=93ede5b2bb8928b8aa17e750f48e6c5e59b81ab1;hp=c9c42b183eeb64acbd106b0a6eb8934854b5dfbb;hpb=998ff9c48426dd89c25b56ab59a0c8e2b6986355;p=super-star-trek.git diff --git a/makefile b/makefile index c9c42b1..76b167d 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 io.c +CFILES= sst.c finish.c reports.c setup.c moving.c battle.c events.c ai.c planets.c io.c sstlinux.c conio.c OFILES= $(CFILES:.c=.o) HFILES=sst.h DOCS = README sst-doc.xml sst.xml sst-layer.xsl TODO