From f79d1a628ba14759e9060b2542bf7bae958ad51e Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Thu, 21 Nov 2019 14:04:44 +0100 Subject: [PATCH] updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6543116..8a9a05e 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ deploy: all mkdir -p mti/tpIntegrales make -C tpIntegrales cp tpIntegrales/*.pdf mti/tpIntegrales/ - cp tpIntegrales/*.html mti/tpIntegrales/ + cp tpIntegrales/tp_integrales_conv.html mti/tpIntegrales/index.html clean: rm -rf *.html *.pdf -- GitLab