Skip to content
Snippets Groups Projects
Makefile 313 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
	stack build && stack exec blog -- rebuild && stack exec blog -- watch
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