Rule localhelp added to get devinit in help message
This commit is contained in:
parent
ee54a49cad
commit
96c25144ba
12
__make.d__/help.mk
Normal file
12
__make.d__/help.mk
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user