Skip to content

Instantly share code, notes, and snippets.

@alxndrhi
Created December 24, 2024 00:23
Show Gist options
  • Save alxndrhi/0f9e5f31dade12f90323705a0587fa66 to your computer and use it in GitHub Desktop.
Save alxndrhi/0f9e5f31dade12f90323705a0587fa66 to your computer and use it in GitHub Desktop.
Makefile starter Template
.PHONY: help
help: ## Print the make targets
@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