Skip to content

Instantly share code, notes, and snippets.

@BolajiOlajide
Created December 17, 2019 17:24
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 BolajiOlajide/00832f2f01f85c844f697fbfeb8f657a to your computer and use it in GitHub Desktop.
Save BolajiOlajide/00832f2f01f85c844f697fbfeb8f657a to your computer and use it in GitHub Desktop.
Generate help command for Makefile
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