X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=856575580fcd0898df9d09706bb90800047f62dc;hp=ca6e670287417852c4e6c6688cdf7d45684ff6e1;hb=23f2dbe81467d28e2f45d14bd5c4ce19229f69e3;hpb=8e73ebf31baca4449e0d7a6796391a2e53048362 diff --git a/Makefile b/Makefile index ca6e670..8565755 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 advent.text control .c.o: gcc -O $(DBX) -c $<