Makefile added with Version 2.0
This commit is contained in:
parent
bb13c5af85
commit
36a256c2b8
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
# git helper Makefile: Version 1.9 (2025-08-05)
|
# git helper Makefile: Version 2.0 (2025-08-05)
|
||||||
default: help
|
default: help
|
||||||
|
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
@ -58,7 +58,7 @@ giti_this: print_head
|
|||||||
git submodule --quiet foreach "echo -n ' ' && giti"
|
git submodule --quiet foreach "echo -n ' ' && giti"
|
||||||
|
|
||||||
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:
|
localclean:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user