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

chromium version?

parent db0da96b
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ MD=$(wildcard *.md) # Tous les fichiers .md
HTML=$(MD:%.md=%.html) # Pour les fichier html on transforme .md -> .html
PDF=$(MD:%.md=%.pdf) # Pour les fichier pdf on transforme .md -> .pdf
MARKDOWN=$(MD:%.md=%.markdown) # Pour les fichier markdown on transforme .md -> .markdown
CHROMIUM:=$(shell which chromium || which chromium-browser)
# all: $(PDF) $(HTML) # La cible par défaut (all) exécute les cibles %.html et %.pdf
all: puppeteer $(PDF) # La cible par défaut (all) exécute les cibles %.html et %.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment