Add 'make clean' target.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2015-12-23 02:13:11 +00:00
parent 2791823a6a
commit ca1c8fe504
1 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,6 @@
protocol.pdf: protocol.tex incremental_merkle.pdf
pdflatex protocol.tex
.PHONY: clean
clean:
rm -f protocol.dvi protocol.pdf