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/?p=open-adventure.git;a=commitdiff_plain;h=a73620cca5d0ea0f9cfc10af1a9d2015bf462b22 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