From b0897ea8cce7ea14ab3a98026bc1d6a32d4dcb44 Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Tue, 19 May 2020 16:08:37 +0200 Subject: [PATCH] modified makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d269023..bf97dcd 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,8 @@ deploy: all cp graphes.pdf prog_seq_c_tp/shortest_path/graphes.pdf 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/ - cp fd.html prog_seq_c_tp/shortest_path/fd.html - cp fd.pdf prog_seq_c_tp/shortest_path/fd.pdf + cp df.html prog_seq_c_tp/shortest_path/df.html + cp df.pdf prog_seq_c_tp/shortest_path/df.pdf clean: -- GitLab