Skip to content

Commit

Permalink
Fix make help formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mp4096 committed Sep 29, 2018
1 parent 59ce742 commit f158f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ release_binaries: ## Compile binaries for Linux, macOS and Windows; generate dig

help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) \
| sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-16s\033[0m %s\n", $$1, $$2}'
| sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-18s\033[0m %s\n", $$1, $$2}'

0 comments on commit f158f93

Please sign in to comment.