Makefile added with Version 1.7
This commit is contained in:
parent
2018fae467
commit
ee4c43d7ce
8
Makefile
8
Makefile
@ -1,4 +1,4 @@
|
||||
# git helper Makefile: Version 1.6 (2025-08-05)
|
||||
# git helper Makefile: Version 1.7 (2025-08-05)
|
||||
default: help
|
||||
|
||||
.ONESHELL:
|
||||
@ -49,15 +49,15 @@ init: print_head
|
||||
$(MAKE) localinit
|
||||
|
||||
update_submodules:
|
||||
git submodule foreach "git checkout master && git pull && git submodule init && git submodule update"
|
||||
git submodule foreach "git fetch && git checkout master && git pull && git submodule init && git submodule update"
|
||||
|
||||
giti_sub: print_head
|
||||
giti_this: print_head
|
||||
giti
|
||||
echo " Submodules:"
|
||||
git submodule --quiet foreach "echo -n ' ' && giti"
|
||||
|
||||
giti:
|
||||
git submodule --quiet foreach make --no-print-directory giti_sub
|
||||
git submodule --quiet foreach [ -e Makefile ] || make --no-print-directory giti_this
|
||||
|
||||
localclean:
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit cce3d62f708f5e55420c10cdbfe6bee2a2c985d5
|
||||
Subproject commit 62ebb7314a14895473b2f84c311c72825bc15218
|
2
loggy
2
loggy
@ -1 +1 @@
|
||||
Subproject commit 9df9386f6af53ae576b232bf2569cce4ceb1d30d
|
||||
Subproject commit 298428883655271a0ebf535e5243ecb28b0c0398
|
@ -1 +1 @@
|
||||
Subproject commit af55e1042c5eb2934a543de9ee7eb940d8ff7409
|
||||
Subproject commit e7d7dd148ddcda80f51ba1e1cf666ce159a8f792
|
2
nemo
2
nemo
@ -1 +1 @@
|
||||
Subproject commit 3169359ae36a09f4a18be9e7e54db704cd1d59eb
|
||||
Subproject commit 5dfc5ee91d280d3760557438a223f28fabf3f945
|
2
netst
2
netst
@ -1 +1 @@
|
||||
Subproject commit 6daefbcbd583206989e6f9d6f9b8e4b99562e0c5
|
||||
Subproject commit 057fb3acdfe027901fda3760864bf61bff323e1b
|
2
ptpython
2
ptpython
@ -1 +1 @@
|
||||
Subproject commit 863d063db59e2ecc5baf20e2fef7986a2141370d
|
||||
Subproject commit 088e4a3348ab3f85e0ecb83ac4b488c46856a9da
|
2
pyrip
2
pyrip
@ -1 +1 @@
|
||||
Subproject commit e029629beeed8109efa838b284e8ae6ac2f4e70b
|
||||
Subproject commit e9f09c57cf8e733e0b536a71e59654678dd2c1c4
|
2
starter
2
starter
@ -1 +1 @@
|
||||
Subproject commit 48d1705e75e93b1884559b80796b4d40efd2fcc3
|
||||
Subproject commit 5de4d8e3bee5f9a29604a143cbb041c434859040
|
Loading…
x
Reference in New Issue
Block a user