summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-02-05 10:05:39 +0100
committerCamil Staps2016-02-05 10:06:30 +0100
commitcf7bf50dde4f68ebf969303d0011794cbdb3a035 (patch)
tree79dc4b2c29d479edad7f5fdc7659eb685caddb2f
parentFinished samenvatting Eden (diff)
Fixed makefile
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56ea5c9..6b0332a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,7 @@
-all: samenvatting.pdf week*.pdf
+all: samenvatting.pdf $(subst .pdf,.tex,$(wildcard week*.pdf))
+
+samenvatting.pdf: samenvatting.tex $(wildcard samenvatting-*.tex)
+ xelatex $< && xelatex $<
%.pdf: %.tex
xelatex $< && xelatex $<