Makefile added with Version 1.3
This commit is contained in:
parent
2097bc7ec3
commit
621166073d
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
|||||||
# Version 1.2 (2025-08-05)
|
# git helper Makefile: Version 1.3 (2025-08-05)
|
||||||
default: help
|
default: help
|
||||||
|
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
@ -34,6 +34,9 @@ init: print_head
|
|||||||
$(INIT_FILE)
|
$(INIT_FILE)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
update_submodules:
|
||||||
|
git submodule foreach "git checkout master && git pull && git submodule init && git submodule update"
|
||||||
|
|
||||||
status: print_head
|
status: print_head
|
||||||
giti
|
giti
|
||||||
echo "Submodules:"
|
echo "Submodules:"
|
||||||
|
2
pylibs
2
pylibs
@ -1 +1 @@
|
|||||||
Subproject commit 458c6b463d37518d458f49a340056140bc1c5e87
|
Subproject commit 39994b26a2ef2e667e7094dac05777c696408857
|
Loading…
x
Reference in New Issue
Block a user