Newer
Older
watch: Main.hs cours/math_tech_info/*.md cours/isc_physics/*.md
make -C cours/math_tech_info
make -C cours/isc_physics
stack build && stack exec blog -- build && stack exec blog -- watch
build_revealjs:
cd reveal.js && npm install && npm run build && cd ..
make clean -C cours/math_tech_info
make clean -C cours/isc_physics