This commit is contained in:
Michael
2026-04-29 20:11:57 +02:00
commit a14103ad8e
167 changed files with 7060 additions and 0 deletions

11
.dev/.mk/help/msg.mk Normal file
View File

@ -0,0 +1,11 @@
.PHONY: help
help: help_message
help_message:
@awk 'BEGIN {FS = ":.*##"; \
printf "$(<b>)$(<cYellow>)Usage:$(</>)$(</>) \
$(<br>)make $(<cGreen>)<target>$(</>) $(<cBlue>)\"<arguments>\"$(</>)\
$(<br>)$(<br>)$(<b>)$(<cYellow>)Available commands:$(</>)$(</>) \
$(<br>)"}/^[a-zA-Z_-]+:.*?##/{ printf " $(<cGreen>)%-10s$(</>) %s$(<br>)", $$1, $$2 } /^##@/{ printf "\
$(<br>)$(<b>)%s$(</>)$(<br>)", substr($$0, 5) }'$(MAKEFILE_LIST)