Makefile added with Version 2.3

This commit is contained in:
Dirk Alders 2025-08-11 19:14:16 +02:00
parent 406fb23f7b
commit 9729796125

View File

@ -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