From 49987e1f8409cb56acc1bdfa474a7d2f70cfdffa Mon Sep 17 00:00:00 2001
From: Carine Rey <carine.rey@ens-lyon.fr>
Date: Tue, 6 Sep 2022 16:25:20 +0200
Subject: [PATCH] update all

---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1352cdc..0670339 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
 all: public/index.html \
     public/img/ \
 	public/session_1.html \
-	public/session_2.html
+	public/session_2.html \
+	public/session_3.html \
+	public/session_4.html \
+	public/session_5.html
 
 public/:
 	mkdir -p public
-- 
GitLab