From db6421ffac79468e17b707e4d838e432f8a1f408 Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Wed, 6 May 2020 14:30:19 +0200
Subject: [PATCH] updated makfile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 87e1c00..d4b8dfa 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ deploy: all
 	mkdir -p prog_seq_c_tp/shortest_path
 	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.c prog_seq_c_tp/shortest_path/
+	cp main.c xml_parser.h xml_parser.c prog_seq_c_tp/shortest_path/
 	cp suisse.txt villes.xml prog_seq_c_tp/shortest_path/
 
 
-- 
GitLab