diff --git a/Makefile b/Makefile index b1154f873..61aa5256f 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,8 @@ all: lint-fix lint test gen web ## Lint, build, and test everything help: ## Show this help @echo "\nSpecify a command. The choices are:\n" @grep -E '^[0-9a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \ - awk 'BEGIN {FS = ":.*?## "}; {printf " \033[0;36m%-24s\033[m %s\n", $$1, $$2}' + awk 'BEGIN {FS = ":.*?## "}; {printf " \033[0;36m%-24s\033[m %s\n", $$1, $$2}' | \ + sort @echo "" test-go: