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