We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d146ca0 commit 6128a99Copy full SHA for 6128a99
1 file changed
Makefile
@@ -2,8 +2,8 @@
2
it: vendor fix stan test ## Run useful checks before commits
3
4
.PHONY: help
5
-help: ## Display this list of targets with descriptions
6
- @grep --extended-regexp '^[a-zA-Z0-9_-]+:.*?## .*$$' $(firstword $(MAKEFILE_LIST)) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[32m%-30s\033[0m %s\n", $$1, $$2}'
+help: ## Displays this list of targets with descriptions
+ @grep --extended-regexp '^\.?[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: build vendor docs/node_modules ai-sync ## Prepare the local environment
0 commit comments