Skip to content

Instantly share code, notes, and snippets.

@geraldgong
Last active May 25, 2020 17:52
Show Gist options
  • Save geraldgong/c945c41d8c1eb11bee0a07f886125d75 to your computer and use it in GitHub Desktop.
Save geraldgong/c945c41d8c1eb11bee0a07f886125d75 to your computer and use it in GitHub Desktop.
.DEFAULT_GOAL := help
.PHONY: help
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