diff options
author | Camil Staps | 2016-02-05 16:32:22 +0100 |
---|---|---|
committer | Camil Staps | 2016-02-05 16:34:20 +0100 |
commit | 842f57b63cda93714f44aaa5e8069aca463d0d5a (patch) | |
tree | 7509c6f7f065756e3015e0151c27ddfa8affb5f0 /Makefile | |
parent | Fixed names (diff) |
Hw college 2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -all: samenvatting.pdf $(subst .pdf,.tex,$(wildcard week*.pdf)) +all: samenvatting.pdf $(subst .tex,.pdf,$(wildcard college*.tex)) samenvatting.pdf: samenvatting.tex $(wildcard samenvatting-*.tex) xelatex $< && xelatex $< |