X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=95b561e59744192e8a9c31642cc1523a42ad9c79;hb=3a2c0ca199cba2efbce5849285c910f02b961441;hp=efd039fac2598340845e715b296692ffcbdf317e;hpb=c1635d737853378d7421d2d619be499e15fb2df3;p=open-adventure.git diff --git a/Makefile b/Makefile index efd039f..95b561e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for the open-source release of adventure 2.5 -OBJS=main.o init.o actions1.o actions2.o score.o misc.o datime.o -SOURCES=$(OBJS:.o=.c) COPYING NEWS README advent.text control +OBJS=main.o init.o actions1.o actions2.o score.o misc.o +SOURCES=$(OBJS:.o=.c) COPYING NEWS README TODO advent.text control .c.o: gcc -O $(DBX) -c $< @@ -22,7 +22,7 @@ score.o: misc.h main.h share.h misc.o: misc.h main.h clean: - rm -f *.o advent advent.html advent.6 + rm -f *.o advent advent.html advent.6 adventure.data # Requires asciidoc and xsltproc/docbook stylesheets. .asc.6: