Skip to content

Instantly share code, notes, and snippets.

@Lowess
Created August 2, 2022 06:58
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 Lowess/3fc7a41b317ad343deaf7ed010f80fc8 to your computer and use it in GitHub Desktop.
Save Lowess/3fc7a41b317ad343deaf7ed010f80fc8 to your computer and use it in GitHub Desktop.
Makefile - Tips & tricks
help: ## Show this help.
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | 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