From 826f18860bf13a3a01a645b3446020e78d5cef86 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@hesge.ch> Date: Sun, 1 Nov 2020 20:47:26 +0100 Subject: [PATCH] added makefile --- hakyll-bootstrap/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hakyll-bootstrap/Makefile diff --git a/hakyll-bootstrap/Makefile b/hakyll-bootstrap/Makefile new file mode 100644 index 0000000..5ee9ad5 --- /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 -- GitLab