From d33c441c9105109fead72c586222695434f216ce Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 25 Feb 2016 17:12:56 +0000 Subject: [PATCH] Makefile: protocol.pdf depends on key_components.pdf. Signed-off-by: Daira Hopwood --- protocol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/Makefile b/protocol/Makefile index bdb5da66..ef5f91ec 100644 --- a/protocol/Makefile +++ b/protocol/Makefile @@ -1,4 +1,4 @@ -protocol.pdf: protocol.tex zcash.bib incremental_merkle.pdf +protocol.pdf: protocol.tex zcash.bib incremental_merkle.pdf key_components.pdf $(MAKE) pdf .PHONY: pdf