From c21db1edf537279eac75f4bd8431a6271dddd583 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Fri, 4 Mar 2022 10:05:49 +0100
Subject: [PATCH] Makefile: fix line endfor all:

---
 Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 622169c..57d5241 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
-all: 
-	public/good_practices.html
-	public/good_practices.pdf
+all: public/good_practices.html \
+	public/good_practices.pdf \
 	README.md
 
 public/good_practices.html: good_practices.tex bibliography.bib
-- 
GitLab