Skip to content
Snippets Groups Projects
Makefile 154 B
Newer Older
orestis.malaspin's avatar
orestis.malaspin committed
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