We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70aee7b + b66a151 commit 3498097Copy full SHA for 3498097
1 file changed
Makefile
@@ -83,7 +83,7 @@ PYTEST ?= $(POETRY) run pytest
83
84
.PHONY: help
85
help: ## Display this help
86
- @awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m\033[0m\n"} /^[a-zA-Z0-9_-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
+ @awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z0-9_-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
87
88
.PHONY: debug-make
89
debug-make: ## Shows ~all runtime-set variables
0 commit comments