From ed644fd8a4318c230a198b2c4ffbe281171de3eb Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Wed, 20 May 2020 12:10:25 +0200 Subject: [PATCH] updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85abeac..37dc697 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ deploy: all cp suisse.txt villes.xml prog_seq_c_tp/shortest_path/ cp df.html prog_seq_c_tp/shortest_path/df.html cp df.pdf prog_seq_c_tp/shortest_path/df.pdf - cp -r squelette/prog_seq_c_tp/shortest_path/ + cp -r squelette prog_seq_c_tp/shortest_path/ clean: -- GitLab