Add ‘all‘ rule to Makefile

This commit is contained in:
Daniel - 2018-08-19 15:23:40 +02:00
parent bb5fb9de93
commit 016902b629
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
PRESENTATIONS=$(patsubst %.tex, %.pdf, $(wildcard presentations/*.tex))
all: ${PRESENTATIONS}
.ONESHELL:
presentations/%.pdf : presentations/%.tex
cd presentations