summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-02-03 14:51:51 +0100
committerCamil Staps2016-02-03 14:51:51 +0100
commita01972e0c06a80d445120224c40bdb41f6564a26 (patch)
tree4aaabfa4c3dd38b11c0bc2224f3a00295f5e9769 /Makefile
Initial commit; start summary
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..56ea5c9
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+all: samenvatting.pdf week*.pdf
+
+%.pdf: %.tex
+ xelatex $< && xelatex $<
+