summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-06-06 23:45:30 +0200
committerCamil Staps2016-06-06 23:45:51 +0200
commit6d809e87f4e84853486d2304527e9e10345dced2 (patch)
tree101e06bebdf246962ecad746b6ee6f7c22d2c4a6 /Makefile
parentPaper: indeling, vuur (diff)
Cleanup; LaTeX fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 249fda5..852ec98 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $<