From 842f57b63cda93714f44aaa5e8069aca463d0d5a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 5 Feb 2016 16:32:22 +0100 Subject: Hw college 2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6b0332a..8eccdb8 100644 --- a/Makefile +++ b/Makefile @@ -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 $< -- cgit v1.2.3