From 9f3d23b665f681ba833322753154f79c9acbff82 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Sat, 19 Feb 2022 13:22:54 +0100
Subject: [PATCH] updated makefile

---
 hakyll-bootstrap/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hakyll-bootstrap/Makefile b/hakyll-bootstrap/Makefile
index b340d2b..5006000 100644
--- a/hakyll-bootstrap/Makefile
+++ b/hakyll-bootstrap/Makefile
@@ -1,10 +1,10 @@
-watch: build
+watch: build 
 	stack exec blog --allow-different-user -- watch
 
 deploy: build 
 	stack exec blog -- deploy
 
-build: Main.hs cours/math_tech_info/*.md cours/isc_physics/*.md
+build: update Main.hs cours/math_tech_info/*.md cours/isc_physics/*.md
 	make hakyll_gen -C cours/math_tech_info
 	make hakyll_gen -C cours/isc_physics
 	make -C cours/math_tech_info
-- 
GitLab