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

updated makefile for submodule update

parent 271baf10
No related branches found
No related tags found
No related merge requests found
Pipeline #12622 failed
watch: build
stack exec blog -- watch
deploy: build
deploy: build update
stack exec blog -- deploy
build: Main.hs cours/math_tech_info/*.md cours/isc_physics/*.md
......@@ -14,6 +14,10 @@ build: Main.hs cours/math_tech_info/*.md cours/isc_physics/*.md
build_revealjs:
cd reveal.js && npm install && npm run build && cd ..
update:
git submodule update --recursive --remote
clean:
rm -rf _cache _site
......
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