From ae04696e756d2ad41c06551060bc9b2ffa50c3ff Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Wed, 6 May 2020 09:39:45 +0200
Subject: [PATCH] updated

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

diff --git a/Makefile b/Makefile
index 4df1de6..a2372d4 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,8 @@ all: $(HTML) $(PDF)
 
 deploy: all
 	mkdir -p prog_seq_c_tp/shortest_path
-	cp graphe.html prog_seq_c_tp/shortest_path/index.html
-	cp graphe.pdf prog_seq_c_tp/shortest_path/graphe.pdf
+	cp graphes.html prog_seq_c_tp/shortest_path/index.html
+	cp graphes.pdf prog_seq_c_tp/shortest_path/graphes.pdf
 	cp xml_parser.h xml_parser.h prog_seq_c_tp/shortest_path/
 
 
-- 
GitLab