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

updates

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