From: Eric S. Raymond Date: Wed, 31 May 2017 17:08:23 +0000 (-0400) Subject: Add a missing dependency. X-Git-Tag: 0.90~47 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=aacd3a5f8d80c88deb0c5fe7ae79962cd5dd29e7 Add a missing dependency. --- diff --git a/Makefile b/Makefile index a34c7a6..ea6f03b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ score.o: misc.h main.h share.h database.h misc.o: misc.h main.h database.h -database.c database.h: compile +database.c database.h: compile adventure.text ./compile $(CC) $(CCFLAGS) -O $(DBX) -c database.c