Makefile added with Version 1.6
This commit is contained in:
parent
e1c8470547
commit
48d1705e75
4
Makefile
4
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user