diff --git a/Makefile b/Makefile index 945cadc..14b2ffc 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,7 @@ format-nix-files \ help -# Show the help text -help: +help: ## Show this help message egrep -h '\s##\s' $(MAKEFILE_LIST) \ | sort \ | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'