From 4db2d270cf7f60a1ac26a5755bda7b648a0c97ce Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Sat, 19 Feb 2022 13:05:07 +0100 Subject: [PATCH] updatzed makefiles --- Makefile | 1 + hakyll-bootstrap/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7a67e4b..7dcac67 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ deploy: all update: git pull --recurse-submodules + git submodule update --recursive --remote clean: rm -rf index.html diff --git a/hakyll-bootstrap/Makefile b/hakyll-bootstrap/Makefile index 41d3add..b340d2b 100644 --- a/hakyll-bootstrap/Makefile +++ b/hakyll-bootstrap/Makefile @@ -28,3 +28,4 @@ clean: make clean -C cours/math_tech_info make clean -C cours/isc_physics make clean -C cours/prog_seq/slides + make clean -C cours/algo/slides -- GitLab