watch:
	make hakyll_gen -C cours/math_tech_info
	stack build && stack exec blog -- watch

clean:
	rm -rf _cache _site 
	make clean -C cours/math_tech_info