summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-04-23 17:57:18 +0200
committerCamil Staps2016-04-23 17:57:18 +0200
commit7dbd79c62bcfe57a22d4e28515d1999600e43139 (patch)
tree6a27f1fab2b5dbb50341ab9832add2837f95a85c
parentCollege 9 verbeterd (diff)
Makefile
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8eccdb8..b4db023 100644
--- a/Makefile
+++ b/Makefile
@@ -6,3 +6,6 @@ samenvatting.pdf: samenvatting.tex $(wildcard samenvatting-*.tex)
%.pdf: %.tex
xelatex $< && xelatex $<
+clean:
+ latexmk -C
+