From: Bob Little Date: Sat, 17 Jun 2017 02:17:40 +0000 (-0400) Subject: Added dependency to newdb.h to make 'make -j' work X-Git-Tag: 1.1~282 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=refs%2Fmerge-requests%2F92%2Fhead;p=open-adventure.git Added dependency to newdb.h to make 'make -j' work --- diff --git a/Makefile b/Makefile index 3c0e965..218a173 100644 --- a/Makefile +++ b/Makefile @@ -42,13 +42,13 @@ main.o: advent.h database.h common.h newdb.h init.o: advent.h database.h common.h newdb.h -actions.o: advent.h database.h common.h +actions.o: advent.h database.h common.h newdb.h score.o: advent.h database.h common.h newdb.h misc.o: advent.h database.h common.h newdb.h -saveresume.o: advent.h database.h common.h +saveresume.o: advent.h database.h common.h newdb.h common.o: common.h