X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=856575580fcd0898df9d09706bb90800047f62dc;hb=17ad4891ee2e30976325f7294b2e4f82919267ee;hp=efd039fac2598340845e715b296692ffcbdf317e;hpb=c1635d737853378d7421d2d619be499e15fb2df3;p=open-adventure.git diff --git a/Makefile b/Makefile index efd039f..8565755 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # 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 +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: