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

updates

parent 99ebb32c
No related branches found
No related tags found
No related merge requests found
Pipeline #19439 passed
*.pdf
.vscode
*.html
*.xopp
......@@ -44,7 +44,7 @@ yq: # On peut même télécharger un petit programme avec notre makefile
wget -nc https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64
chmod "u+x" yq_linux_amd64
index.md:
index.md: gen_index.sh
$(shell ./gen_index.sh)
index.html: index.md
......@@ -57,3 +57,4 @@ deploy: all index.html
clean:
rm -f *.pdf *.html *.markdown yq_linux_amd64* index.md
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