From 5de4d8e3bee5f9a29604a143cbb041c434859040 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Wed, 6 Aug 2025 20:28:10 +0200 Subject: [PATCH] Makefile added with Version 1.7 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3b6358d..7597ae4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 1.6 (2025-08-05) +# git helper Makefile: Version 1.7 (2025-08-05) default: help .ONESHELL: @@ -49,15 +49,15 @@ init: print_head $(MAKE) localinit update_submodules: - git submodule foreach "git checkout master && git pull && git submodule init && git submodule update" + git submodule foreach "git fetch && git checkout master && git pull && git submodule init && git submodule update" -giti_sub: print_head +giti_this: print_head giti echo " Submodules:" git submodule --quiet foreach "echo -n ' ' && giti" giti: - git submodule --quiet foreach make --no-print-directory giti_sub + git submodule --quiet foreach [ -e Makefile ] || make --no-print-directory giti_this localclean: