diff --git a/Makefile b/Makefile
index 4df1de671c26d45b8d360d2a3857561e2efb6d92..a2372d41394af0f55f71723283e74d31715a3492 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/