From 44fcac21fbc62494c0182a4b8b298eb9100eb0ff Mon Sep 17 00:00:00 2001 From: Martin Hafskjold Thoresen Date: Sat, 1 Jul 2017 14:41:56 +0200 Subject: Write Hashing chapter --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15a94bd..a132e3f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ main: *.tex - tectonic book.tex + latexmk -pdf book.tex + +clean: + rm -f texput.log report.{aux,log,fls,fdb_latexmk,pdf} -- cgit v1.2.3