From 42141fb6e5693f1e0e1e893c57d3d40edb0217ce Mon Sep 17 00:00:00 2001 From: Einar Largenius <einar.largenius@gmail.com> Date: Wed, 1 Jun 2022 21:34:42 +0200 Subject: [PATCH] =?UTF-8?q?Ta=20bort=20tex=20regel=20och=20g=C3=B6r=20make?= =?UTF-8?q?fil=20mer=20generell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hatt/Makefile b/hatt/Makefile index 3d74e89..4edc648 100644 --- a/hatt/Makefile +++ b/hatt/Makefile @@ -1,6 +1,8 @@ .PHONY: all -all: tillgång-till-hatt.pdf +OBJECTS:=$(wildcard *.md) + +all: $(OBJECTS:.md=.pdf) %.pdf: %.md pandoc $< -s -o $@ -- GitLab