From 194f6d7743cff43ace6d98c6f9cb9187d2d4a85f Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Wed, 6 May 2020 09:47:29 +0200 Subject: [PATCH] corrected gitlabci --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2372d4..cdde950 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.h prog_seq_c_tp/shortest_path/ + cp xml_parser.h xml_parser.c prog_seq_c_tp/shortest_path/ clean: -- GitLab