Makefile added with Version 1.8
This commit is contained in:
parent
088e4a3348
commit
b86753f107
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:
|
||||
|
||||
|
2
pylibs
2
pylibs
@ -1 +1 @@
|
||||
Subproject commit 2e2908950c901b1ab0794fd674172989ca11c996
|
||||
Subproject commit b30ea2b2f7eed0bcdf945f221007f142612d406f
|
Loading…
x
Reference in New Issue
Block a user