diff options
Diffstat (limited to '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 + |