X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=67e321b4f4545e6cc1666b6767ae33d124e0ae8b;hb=9b66a6511b2e48a7db9c41e19565f75d179febe0;hp=f023b0e096e72ee90576a6785a4e713ba2cd4745;hpb=0692b8a6efb35cdbf48315f88535d071331c2b1d;p=open-adventure.git diff --git a/Makefile b/Makefile index f023b0e..67e321b 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ ifeq ($(UNAME_S),Linux) endif OBJS=main.o init.o actions1.o actions2.o score.o misc.o database.o -SOURCES=$(OBJS:.o=.c) compile.c advent.h database.h funcs.h adventure.text Makefile control +SOURCES=$(OBJS:.o=.c) compile.c advent.h funcs.h adventure.text Makefile control .c.o: $(CC) $(CCFLAGS) $(DBX) -c $<