summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-06-04 23:27:34 +0200
committerCamil Staps2016-06-04 23:27:34 +0200
commit7da615a8a24a2f7495749238bdf2c80ab2cda3df (patch)
tree461f820af769a62d65df4ae38ae6efdbba35a04f /Makefile
parentPaper: methodes (diff)
Organisatie
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17a27f7..249fda5 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all: paper.pdf samenvatting.pdf $(subst .tex,.pdf,$(wildcard college*.tex))
samenvatting.pdf: samenvatting.tex $(wildcard samenvatting-*.tex)
xelatex $< && xelatex $<
-paper.pdf: paper.tex paper.bib
+paper.pdf: paper.tex paper.bib $(wildcard paper-*.tex)
xelatex $< && bibtex paper && xelatex $<
%.pdf: %.tex