We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf72c9 commit 64fc27bCopy full SHA for 64fc27b
Makefile
@@ -3,7 +3,7 @@ it: fix normalize test ## Perform quality checks
3
4
.PHONY: help
5
help: ## Displays this list of targets with descriptions
6
- @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(firstword $(MAKEFILE_LIST)) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}'
+ @grep -E '^\.?[a-zA-Z0-9_-]+:.*?## .*$$' $(firstword $(MAKEFILE_LIST)) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}'
7
8
.PHONY: setup
9
setup: vendor ## Set up the project
0 commit comments