Rule localhelp added to get devinit in help message

This commit is contained in:
Dirk Alders 2025-08-17 16:33:57 +02:00
parent ee54a49cad
commit 96c25144ba

12
__make.d__/help.mk Normal file
View File

@ -0,0 +1,12 @@
.ONESHELL:
SHELL = /usr/bin/bash
MAKEFLAGS += --no-print-directory
.SILENT:
GIT_FLAG = ./.git
VENV_FLAG = ./.venv_required
VENV_FOLDER = ./venv
localhelp:
echo "Possible local options are:"
echo " - devinit - Initialise the application for development usage"