diff --git a/Makefile b/Makefile index fea1fb2..3b6358d 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -# git helper Makefile: Version 1.5 (2025-08-05) +# git helper Makefile: Version 1.6 (2025-08-05) default: help .ONESHELL: SHELL = /usr/bin/bash .SILENT: --include make.d/*.mk +-include __make.d__/*.mk GIT_FLAG = ./.git VENV_FLAG = ./.venv_required