Makefile added with Version 2.3
This commit is contained in:
parent
406fb23f7b
commit
9729796125
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
||||
# git helper Makefile: Version 2.2 (2025-08-10)
|
||||
# git helper Makefile: Version 2.3 (2025-08-10)
|
||||
default: help
|
||||
|
||||
.ONESHELL:
|
||||
@ -47,11 +47,8 @@ init: print_head
|
||||
fi
|
||||
# Create venv if needed
|
||||
if [[ -e $(VENV_FLAG) ]]; then
|
||||
if [[ ! -e $(VENV_FOLDER) ]]; then
|
||||
echo -e "\033[1;33mCreating virtual env...\e[0m"
|
||||
mkvenv
|
||||
fi
|
||||
fi
|
||||
# Start local init
|
||||
echo -e "\033[1;33mDoing localinit...\e[0m"
|
||||
$(MAKE) localinit
|
||||
|
Loading…
x
Reference in New Issue
Block a user