Skip to content

Instantly share code, notes, and snippets.

@tamsanh
Created March 23, 2023 02:29
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 tamsanh/ac174f190b6089eac68249c82e372630 to your computer and use it in GitHub Desktop.
Save tamsanh/ac174f190b6089eac68249c82e372630 to your computer and use it in GitHub Desktop.
.DEFAULT_GOAL := help
SHELL := /bin/bash
.PHONY: help
help: # See: https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
@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