Fixing typo .PONY -> .PHONY

This commit is contained in:
Aaron Signorelli
2017-01-04 00:38:40 +00:00
committed by GitHub
parent c66c8b8df5
commit 9300e36e56
+1 -1
View File
@@ -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)