summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Hafskjold Thoresen <martinhath@gmail.com>2017-07-01 14:41:56 +0200
committerMartin Hafskjold Thoresen <martinhath@gmail.com>2017-07-01 14:41:56 +0200
commit44fcac21fbc62494c0182a4b8b298eb9100eb0ff (patch)
tree72b0b393f0fa00b91fa464e7b95ec33cbd51b543 /Makefile
parentee90ba5f8020ed80dbda0ac573e5562b688300dc (diff)
downloadads-book-44fcac21fbc62494c0182a4b8b298eb9100eb0ff.tar.gz
ads-book-44fcac21fbc62494c0182a4b8b298eb9100eb0ff.zip
Write Hashing chapter
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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}