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 5aed7e1 commit 30fd908Copy full SHA for 30fd908
snippets/make.snippets
@@ -43,7 +43,7 @@ snippet el
43
# .DEFAULT_GOAL := target
44
snippet default
45
.DEFAULT_GOAL := ${1}
46
-# help target for self-documentated Makefile
+# help target for self-documented Makefile
47
snippet help
48
help: ## Prints help for targets with comments
49
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $\$1, $\$2}'
0 commit comments