From 016902b6293f1c93af15711bec25344bf1c420f1 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 19 Aug 2018 15:23:40 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98all=E2=80=98=20rule=20to=20Makef?= =?UTF-8?q?ile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 4118c80..c8402d2 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +PRESENTATIONS=$(patsubst %.tex, %.pdf, $(wildcard presentations/*.tex)) + +all: ${PRESENTATIONS} + .ONESHELL: presentations/%.pdf : presentations/%.tex cd presentations