diff options
author | Camil Staps | 2016-06-04 23:27:34 +0200 |
---|---|---|
committer | Camil Staps | 2016-06-04 23:27:34 +0200 |
commit | 7da615a8a24a2f7495749238bdf2c80ab2cda3df (patch) | |
tree | 461f820af769a62d65df4ae38ae6efdbba35a04f /Makefile | |
parent | Paper: methodes (diff) |
Organisatie
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |