diff options
author | Camil Staps | 2016-06-06 23:45:30 +0200 |
---|---|---|
committer | Camil Staps | 2016-06-06 23:45:51 +0200 |
commit | 6d809e87f4e84853486d2304527e9e10345dced2 (patch) | |
tree | 101e06bebdf246962ecad746b6ee6f7c22d2c4a6 /Makefile | |
parent | Paper: indeling, vuur (diff) |
Cleanup; LaTeX fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ samenvatting.pdf: samenvatting.tex $(wildcard samenvatting-*.tex) xelatex $< && xelatex $< paper.pdf: paper.tex paper.bib $(wildcard paper-*.tex) - xelatex $< && bibtex paper && xelatex $< + xelatex $< && bibtex paper && xelatex $< && xelatex $< %.pdf: %.tex xelatex $< && xelatex $< |