Skip to content
Snippets Groups Projects
Makefile 517 B
Newer Older
orestis.malaspin's avatar
orestis.malaspin committed
watch: Main.hs cours/math_tech_info/*.md cours/isc_physics/*.md
orestis.malaspin's avatar
orestis.malaspin committed
	make hakyll_gen -C cours/math_tech_info
orestis.malaspin's avatar
orestis.malaspin committed
	make hakyll_gen -C cours/isc_physics
	make -C cours/math_tech_info
	make -C cours/isc_physics
orestis.malaspin's avatar
orestis.malaspin committed
	make markdown -C cours/prog_seq/slides
	stack build && stack exec blog -- build && stack exec blog -- watch

build_revealjs:
	cd reveal.js && npm install && npm run build && cd ..
orestis.malaspin's avatar
orestis.malaspin committed

clean:
	rm -rf _cache _site 
orestis.malaspin's avatar
orestis.malaspin committed
	make clean -C cours/math_tech_info
	make clean -C cours/isc_physics
orestis.malaspin's avatar
orestis.malaspin committed
	make clean -C cours/prog_seq/slides