Skip to content
Snippets Groups Projects
Verified Commit f72c0554 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated makefile to use bash

parent 1efbed03
No related branches found
No related tags found
No related merge requests found
Pipeline #15667 failed
...@@ -17,7 +17,7 @@ REVEALOPTIONS += -V width=1920 ...@@ -17,7 +17,7 @@ REVEALOPTIONS += -V width=1920
REVEALOPTIONS += -V margin=0 REVEALOPTIONS += -V margin=0
REVEALOPTIONS += --slide-level=1 REVEALOPTIONS += --slide-level=1
SHELL=bash SHELL=/bin/bash
MD=$(wildcard *.md) # Tous les fichiers .md MD=$(wildcard *.md) # Tous les fichiers .md
PDF=$(MD:%.md=%.pdf) # Pour les fichier pdf on transforme .md -> .pdf PDF=$(MD:%.md=%.pdf) # Pour les fichier pdf on transforme .md -> .pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment