Skip to content

Instantly share code, notes, and snippets.

@jmz-b
Created December 4, 2018 09:37
Show Gist options
  • Save jmz-b/affabc9b38a321f071a43f3fd9b94139 to your computer and use it in GitHub Desktop.
Save jmz-b/affabc9b38a321f071a43f3fd9b94139 to your computer and use it in GitHub Desktop.
make help
.PHONY: help
help: ## Show help
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment