From 97c39570038ea145cc6bec6e8e9e3f75844c947b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Am=C3=A9lia=20Coutard-Sander?= Date: Sat, 21 Jun 2025 04:26:09 +0200 Subject: [PATCH] =?utf8?q?D=C3=A9pendances=20correctes=20dans=20la=20Makef?= =?utf8?q?ile?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 57f6ec4..59709f2 100644 --- a/Makefile +++ b/Makefile @@ -18,3 +18,6 @@ out/%: html/%.esh mkdir -p "$(@D)" sh esh.sh < "$<" > "$@" +# Deps + +out/index.html out/atom.xml: docs/meta.rec -- 2.51.0