From 909154b16ec7b521ff219fe67ea64aa9e0cc9b19 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Mon, 11 Oct 2021 13:31:56 +0200 Subject: [PATCH] attempting to fix --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cddfc60..1568845 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,7 @@ deploy: all cp practical_work/*.pdf phys/practical_work cd practical_work tar --version + ls -ltr tar czvf tp_vec2.tar.gz tp_vec2/ cp tp_vec2.tar.gz ../phys/practical_work -- GitLab