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

updated makefile

parent 9ca86a52
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,8 @@ 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
# all: $(PDF) $(HTML) # La cible par défaut (all) exécute les cibles %.html et %.pdf
all: $(PDF) # La cible par défaut (all) exécute les cibles %.html et %.pdf
all: $(PDF) $(HTML) # La cible par défaut (all) exécute les cibles %.html et %.pdf
# all: $(PDF) # La cible par défaut (all) exécute les cibles %.html et %.pdf
markdown: $(MARKDOWN) # La markdown les cibles %.markdown
......
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