Add a missing dependency.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 31 May 2017 17:08:23 +0000 (13:08 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 31 May 2017 17:08:23 +0000 (13:08 -0400)
Makefile

index a34c7a616fdfc65e0ba668bf93ed96652b5dc2cf..ea6f03b850495be56a1979bafa8d60e2bdf23bd0 100644 (file)
--- 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