Skip to content

Instantly share code, notes, and snippets.

@dschep
Last active January 20, 2023 02:59
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 dschep/6c76490844182d74efade3563535075f to your computer and use it in GitHub Desktop.
Save dschep/6c76490844182d74efade3563535075f to your computer and use it in GitHub Desktop.
.PHONY: help
help: # Print help
@awk 'BEGIN {FS = ":.*?# *"} /^[.a-zA-Z_-]+:.*?# */ {printf "\033[36m%-30s\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