Add a missing dependency.

This commit is contained in:
Eric S. Raymond 2017-05-31 13:08:23 -04:00
parent 77d2a1e5dd
commit aacd3a5f8d

View file

@ -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