diff options
author | Camil Staps | 2016-02-03 14:51:51 +0100 |
---|---|---|
committer | Camil Staps | 2016-02-03 14:51:51 +0100 |
commit | a01972e0c06a80d445120224c40bdb41f6564a26 (patch) | |
tree | 4aaabfa4c3dd38b11c0bc2224f3a00295f5e9769 /Makefile |
Initial commit; start summary
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
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 $< + |