"Attacking Zcash Protocol For Fun And Profit" whitepaper https://attackingzcash.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

31 lines
1.0 KiB

sietch.pdf: sietch.tex sietch.bib
$(MAKE) pdf
LATEX=pdflatex
.PHONY: pdf
pdf:
# If $(LATEX) fails, touch an input so that 'make' won't think it is up-to-date next time.
rm -f sietch.aux sietch.bbl sietch.blg sietch.brf sietch.bcf
$(LATEX) sietch.tex
biber sietch
$(LATEX) sietch.tex
$(LATEX) sietch.tex
$(LATEX) sietch.tex
dot -Tpdf -o itm-zchain.pdf itm-zchain.gv # && evince itm-zchain.pdf
evince sietch.pdf
ru:
# If $(LATEX) fails, touch an input so that 'make' won't think it is up-to-date next time.
rm -f sietch_ru.aux sietch_ru.bbl sietch_ru.blg sietch_ru.brf sietch_ru.bcf
$(LATEX) sietch_ru.tex
biber sietch_ru
$(LATEX) sietch_ru.tex
$(LATEX) sietch_ru.tex
$(LATEX) sietch_ru.tex
dot -Tpdf -o itm-zchain.pdf itm-zchain.gv
.PHONY: clean
clean:
rm -f sietch.dvi sietch.pdf sietch.bbl sietch.blg sietch.brf sietch.toc sietch.aux sietch.out sietch.log sietch.bcf sietch.run.xml
rm -f sietch_ru.dvi sietch_ru.pdf sietch_ru.bbl sietch_ru.blg sietch_ru.brf sietch_ru.toc sietch_ru.aux sietch_ru.out sietch_ru.log sietch_ru.bcf sietch_ru.run.xml