From e2cdb9f62ccda53a1c8f4579f1628f2d70d5b397 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Sat, 19 Feb 2022 13:07:07 +0100 Subject: [PATCH] updatzed makefiles --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7dcac67..392b9ed 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,7 @@ deploy: all cp -r css site/ update: - git pull --recurse-submodules - git submodule update --recursive --remote + git submodule foreach git pull origin master clean: rm -rf index.html -- GitLab