Help target now shows up with 'make' command
This commit is contained in:
parent
7172641ab4
commit
ff5897a40c
3
Makefile
3
Makefile
@ -18,8 +18,7 @@
|
|||||||
format-nix-files \
|
format-nix-files \
|
||||||
help
|
help
|
||||||
|
|
||||||
# Show the help text
|
help: ## Show this help message
|
||||||
help:
|
|
||||||
egrep -h '\s##\s' $(MAKEFILE_LIST) \
|
egrep -h '\s##\s' $(MAKEFILE_LIST) \
|
||||||
| sort \
|
| sort \
|
||||||
| awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
|
| awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user