From a73620cca5d0ea0f9cfc10af1a9d2015bf462b22 Mon Sep 17 00:00:00 2001 From: Bob Little Date: Fri, 16 Jun 2017 22:17:40 -0400 Subject: [PATCH] Added dependency to newdb.h to make 'make -j' work --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.31.1