Skip to content

Instantly share code, notes, and snippets.

@leventyalcin
Created November 4, 2022 11:47
Show Gist options
  • Save leventyalcin/4a6ebf8524c30455418220a0eb16e6e6 to your computer and use it in GitHub Desktop.
Save leventyalcin/4a6ebf8524c30455418220a0eb16e6e6 to your computer and use it in GitHub Desktop.
DEFAULT_GOAL := help
.PHONY: help
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