From 5d8166a64d4cfde529552151e363d92daf90c8ad Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Wed, 6 Aug 2025 23:09:03 +0200 Subject: [PATCH] Makefile added with Version 1.8 --- Makefile | 4 ++-- stringtools | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7597ae4..23f1fbd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 1.7 (2025-08-05) +# git helper Makefile: Version 1.8 (2025-08-05) default: help .ONESHELL: @@ -57,7 +57,7 @@ giti_this: print_head git submodule --quiet foreach "echo -n ' ' && giti" giti: - git submodule --quiet foreach [ -e Makefile ] || make --no-print-directory giti_this + git submodule --quiet foreach "[ -e Makefile ] && make --no-print-directory giti_this" localclean: diff --git a/stringtools b/stringtools index e1f76d9..fce227b 160000 --- a/stringtools +++ b/stringtools @@ -1 +1 @@ -Subproject commit e1f76d96312e540544b2328d0937b0aa41126aa9 +Subproject commit fce227b428c9b4f93f83791e98a282caf83af9b8