Protocol spec Makefile: 'all' is now the default target.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2019-08-29 12:16:25 +01:00
parent 8c6eb6c741
commit d69d5e1a0c
1 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,9 @@ LATEX=$(ENGINE) --halt-on-error --file-line-error
#NOCRUFT=
NOCRUFT=|awk '{gsub(/[({<][/][^ ]* ?/,"")}1'
.PHONY: all
all: blossom sapling sprout
sprout.pdf: protocol.tex zcash.bib incremental_merkle.png key_components.png
$(MAKE) sprout
@ -130,6 +133,3 @@ clean:
blossom.dvi blossom.pdf blossom.bbl blossom.blg blossom.brf blossom.toc \
blossom.aux blossom.out blossom.log blossom.bcf blossom.run.xml blossom.fls blossom.fdb_latexmk \
blossom.idx blossom.ilg blossom.ind blossom.ind.original
.PHONY: all
all: blossom sapling sprout