From ecb3b2313735c819c0dec1a607b62fad777a58ea Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Mon, 11 Oct 2021 13:04:04 +0200 Subject: [PATCH] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fe16de..ae78430 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ deploy: all cp practical_work/*.html phys/practical_work cp practical_work/*.pdf phys/practical_work cd practical_work - tar czvf tp_vec2.tar.gz tp_vec2 + tar czvf tp_vec2.tar.gz tp_vec2/ cp tp_vec2.tar.gz ../phys/practical_work clean: -- GitLab