Makefile added with Version 2.1
This commit is contained in:
parent
fca31ce92a
commit
04f37dad8d
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
|||||||
# git helper Makefile: Version 2.0 (2025-08-05)
|
# git helper Makefile: Version 2.1 (2025-08-05)
|
||||||
default: help
|
default: help
|
||||||
|
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
@ -33,6 +33,7 @@ localinit:
|
|||||||
init: print_head
|
init: print_head
|
||||||
# Init git repo
|
# Init git repo
|
||||||
if [[ -e $(GIT_FLAG) ]]; then
|
if [[ -e $(GIT_FLAG) ]]; then
|
||||||
|
echo -e "\033[1;33mInitialising git submodules...\e[0m"
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
fi
|
fi
|
||||||
@ -43,10 +44,12 @@ init: print_head
|
|||||||
# Create venv if needed
|
# Create venv if needed
|
||||||
if [[ -e $(VENV_FLAG) ]]; then
|
if [[ -e $(VENV_FLAG) ]]; then
|
||||||
if [[ ! -e $(VENV_FOLDER) ]]; then
|
if [[ ! -e $(VENV_FOLDER) ]]; then
|
||||||
|
echo -e "\033[1;33mCreating virtual env...\e[0m"
|
||||||
mkvenv
|
mkvenv
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Start local init
|
# Start local init
|
||||||
|
echo -e "\033[1;33mDoing localinit...\e[0m"
|
||||||
$(MAKE) localinit
|
$(MAKE) localinit
|
||||||
|
|
||||||
update_submodules:
|
update_submodules:
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 99adc1514ce3ad69715705f6e2fcb788ae838912
|
Subproject commit bd570cd4eac22342c509a25c785a71927554661f
|
2
loggy
2
loggy
@ -1 +1 @@
|
|||||||
Subproject commit f7b686063252024e3c967f4c4c136cc47f083f91
|
Subproject commit 82ff5d6b0a2d5e0007371d849fb615fe99f01444
|
@ -1 +1 @@
|
|||||||
Subproject commit 0b0a4ced50e2bc88544f4e5fec7c2e02915a97cc
|
Subproject commit d8ae77ac46049ff6dec854c8375d1d1fd1be35dc
|
2
nemo
2
nemo
@ -1 +1 @@
|
|||||||
Subproject commit 297502300948b99e77eee8db3ac3915502c5a1d0
|
Subproject commit a470645070871ca7297081d3ceae767bd3126db6
|
2
netst
2
netst
@ -1 +1 @@
|
|||||||
Subproject commit f2b8f296a42622896e65242963fe4b0467c8b08b
|
Subproject commit 5605f6e8595676bdb95f0b0d3501eb795bdf366e
|
2
ptpython
2
ptpython
@ -1 +1 @@
|
|||||||
Subproject commit ac7f4779c9f736d70c71a0113e6bd4f960f7d0e9
|
Subproject commit 21e0c13c26c0f95d53f962874636735937954e82
|
2
pyrip
2
pyrip
@ -1 +1 @@
|
|||||||
Subproject commit 29b11cdeb142c5b69a99338bc5cef513941bff5f
|
Subproject commit 179c97cdf8752cb512867c1e3ea5004ff513033e
|
2
starter
2
starter
@ -1 +1 @@
|
|||||||
Subproject commit 3f916eed57fa0a3b513ca901f14b980cb5e3e414
|
Subproject commit 639ce92eacf8fd08bd946d91df0d120461f6bbf0
|
Loading…
x
Reference in New Issue
Block a user