Makefile added with Version 1.8
This commit is contained in:
parent
f5178b72d2
commit
5d8166a64d
4
Makefile
4
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:
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit e1f76d96312e540544b2328d0937b0aa41126aa9
|
||||
Subproject commit fce227b428c9b4f93f83791e98a282caf83af9b8
|
Loading…
x
Reference in New Issue
Block a user