Makefile added with Version 1.6

This commit is contained in:
Dirk Alders 2025-08-06 09:05:36 +02:00
parent e1c8470547
commit 48d1705e75

View File

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