From 7f16918a3814cb603c17f488222dfcbcc6de5783 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Sat, 19 Feb 2022 22:51:36 +0100
Subject: [PATCH] updated makefile to not use

---
 slides/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/slides/Makefile b/slides/Makefile
index d05dc68..ccd2484 100644
--- a/slides/Makefile
+++ b/slides/Makefile
@@ -17,8 +17,6 @@ REVEALOPTIONS += -V width=1920
 REVEALOPTIONS += -V margin=0
 REVEALOPTIONS += --slide-level=1
 
-SHELL=/bin/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