Example: syntax

This commit is contained in:
2026-06-25 13:33:42 +02:00
parent 462192bb85
commit f5dee293a6
+2 -1
View File
@@ -147,7 +147,8 @@ content: ### Variables
+ +
+ .PHONY: help + .PHONY: help
+ help: + help:
+ @awk 'BEGIN {FS = ":.*?## "} /^[0-9a-zA-Z._-]+:.*?## / {printf "\033[36m%s\033[0m : %s\n", $$1, $$2}' $(MAKEFILE_LIST) | + sort | + column -s ':' -t + @awk 'BEGIN {FS = ":.*?## "} /^[0-9a-zA-Z._-]+:.*?## / {printf "\033[36m%s\033[0m : %s\n", $$1, $$2}' $(MAKEFILE_LIST) \
+ | sort | column -s ':' -t
+ +
+ .PHONY: check + .PHONY: check
+ check: ## Check you have the required dependencies + check: ## Check you have the required dependencies