diff --git a/hakyll-bootstrap/Makefile b/hakyll-bootstrap/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..5ee9ad5707ee194c61bf8893cfc4f7b86aec9af6
--- /dev/null
+++ b/hakyll-bootstrap/Makefile
@@ -0,0 +1,7 @@
+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
\ No newline at end of file