more grammarlier
This commit is contained in:
parent
1732c62734
commit
4e89c5ab9b
@ -8,13 +8,13 @@ Running `make help` will search for text which starts with `## ` and show what t
|
|||||||
|
|
||||||
```make
|
```make
|
||||||
.PHONY: help
|
.PHONY: help
|
||||||
help: ## Print the help message
|
help: ## Print the help message.
|
||||||
@awk 'BEGIN {FS = ":.*?## "} /^[0-9a-zA-Z._-]+:.*?## / {printf "\033[36m%s\033[0m : %s\n", $$1, $$2}' $(MAKEFILE_LIST) | \
|
@awk 'BEGIN {FS = ":.*?## "} /^[0-9a-zA-Z._-]+:.*?## / {printf "\033[36m%s\033[0m : %s\n", $$1, $$2}' $(MAKEFILE_LIST) | \
|
||||||
sort | \
|
sort | \
|
||||||
column -s ':' -t
|
column -s ':' -t
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: ## Remove generated files
|
clean: ## Remove generated files.
|
||||||
$(RM) $(defaults)
|
$(RM) $(defaults)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user