Fixing typo .PONY -> .PHONY
parent
c66c8b8df5
commit
9300e36e56
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
.PONY: all build build-preview help serve
|
||||
.PHONY: all build build-preview help serve
|
||||
|
||||
help: ## Show this help.
|
||||
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {sub("\\\\n",sprintf("\n%22c"," "), $$2);printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
|
||||
|
|
Loading…
Reference in New Issue