From 865e698defef385a210c0d96dd3d1144be869629 Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Tue, 19 May 2020 16:05:39 +0200 Subject: [PATCH] updated makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d4b8dfa..d269023 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,12 @@ all: $(HTML) $(PDF) deploy: all mkdir -p prog_seq_c_tp/shortest_path - cp graphes.html prog_seq_c_tp/shortest_path/index.html + cp graphes.html prog_seq_c_tp/shortest_path/graphes.html 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 clean: -- GitLab