From 3843a51de744073a2c26ec78994913a82290a2a5 Mon Sep 17 00:00:00 2001
From: Carine Rey <carine.rey@ens-lyon.fr>
Date: Mon, 5 Sep 2022 18:48:39 +0200
Subject: [PATCH] add img in public

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

diff --git a/Makefile b/Makefile
index e038311..9ba91bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
 all: public/index.html \
+    public/img/ \
 	public/session_1.html
 
 public/:
@@ -6,6 +7,9 @@ public/:
 	mkdir -p public/www
 	mkdir -p public/img
 
+public/img/:
+	cp -r img/ public/img
+
 public/www/github-pandoc.css: www/github-pandoc.css
 	cp www/github-pandoc.css public/www/github-pandoc.css
 
-- 
GitLab