From: Eric S. Raymond Date: Tue, 6 Jun 2017 10:34:46 +0000 (-0400) Subject: Fix for parallel make. X-Git-Tag: 1.1~608 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=31ecc4a8e3e8dcd5db1f2349a91ef6064421d2a0 Fix for parallel make. --- diff --git a/Makefile b/Makefile index f010ad9..dce6fc0 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ init.o: advent.h funcs.h database.h actions1.o: advent.h funcs.h database.h -actions2.o: advent.h funcs.h +actions2.o: advent.h funcs.h database.h score.o: advent.h database.h