Skip to content

Instantly share code, notes, and snippets.

@caiges
Created August 20, 2020 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caiges/a8e675108e0193b9c9717a23ac84417f to your computer and use it in GitHub Desktop.
Save caiges/a8e675108e0193b9c9717a23ac84417f to your computer and use it in GitHub Desktop.
Makefile help target
.PHONY: help
help: ## Display this help section
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z0-9_-]+:.*?## / {printf "\033[36m%-38s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment