From 1efbed03c7f8ceea4192a70e05501cce4900cc8f Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Sat, 19 Feb 2022 22:48:02 +0100 Subject: [PATCH] updated makefile to use bash --- slides/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slides/Makefile b/slides/Makefile index ccd2484..e7b7101 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -17,6 +17,8 @@ REVEALOPTIONS += -V width=1920 REVEALOPTIONS += -V margin=0 REVEALOPTIONS += --slide-level=1 +SHELL=bash + MD=$(wildcard *.md) # Tous les fichiers .md PDF=$(MD:%.md=%.pdf) # Pour les fichier pdf on transforme .md -> .pdf HTML=$(MD:%.md=%.html) # Pour les fichier html on transforme .md -> .html -- GitLab