diff options
author | Camil Staps | 2016-06-03 15:09:15 +0200 |
---|---|---|
committer | Camil Staps | 2016-06-03 15:09:15 +0200 |
commit | 560ab2b488336273342c291ee519f8f53aba7cd3 (patch) | |
tree | 272a0dfdd71dedd646334d946aaba37197eaf689 /Makefile | |
parent | Makefile (diff) |
makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ 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 + xelatex $< && bibtex paper && xelatex $< + %.pdf: %.tex xelatex $< && xelatex $< |