diff options
author | Camil Staps | 2016-04-23 17:57:18 +0200 |
---|---|---|
committer | Camil Staps | 2016-04-23 17:57:18 +0200 |
commit | 7dbd79c62bcfe57a22d4e28515d1999600e43139 (patch) | |
tree | 6a27f1fab2b5dbb50341ab9832add2837f95a85c | |
parent | College 9 verbeterd (diff) |
Makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,3 +6,6 @@ samenvatting.pdf: samenvatting.tex $(wildcard samenvatting-*.tex) %.pdf: %.tex xelatex $< && xelatex $< +clean: + latexmk -C + |