Makefile added with Version 1.8

This commit is contained in:
Dirk Alders 2025-08-06 23:12:59 +02:00
parent 5de4d8e3be
commit a889fc39cd

View File

@ -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: