X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=68ffd5b4aca2b76c9a3a68f202e1cbc7f06902e7;hb=dc9d9e467b4efe76c30f15ccd23ceede2326f5e8;hp=ca6e670287417852c4e6c6688cdf7d45684ff6e1;hpb=8e73ebf31baca4449e0d7a6796391a2e53048362;p=open-adventure.git diff --git a/Makefile b/Makefile index ca6e670..68ffd5b 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 adventure.asc +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 $<