diff options
| author | Martin Hafskjold Thoresen <martinhath@gmail.com> | 2017-07-01 14:41:56 +0200 |
|---|---|---|
| committer | Martin Hafskjold Thoresen <martinhath@gmail.com> | 2017-07-01 14:41:56 +0200 |
| commit | 44fcac21fbc62494c0182a4b8b298eb9100eb0ff (patch) | |
| tree | 72b0b393f0fa00b91fa464e7b95ec33cbd51b543 /Makefile | |
| parent | ee90ba5f8020ed80dbda0ac573e5562b688300dc (diff) | |
| download | ads-book-44fcac21fbc62494c0182a4b8b298eb9100eb0ff.tar.gz ads-book-44fcac21fbc62494c0182a4b8b298eb9100eb0ff.zip | |
Write Hashing chapter
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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} |
