Fix typo: s/.PONY/.PHONY/
This commit is contained in:
parent
a3c5ac4730
commit
6b59609f9b
|
@ -29,7 +29,7 @@ dist_doc_DATA = README.rst
|
|||
EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \
|
||||
Dockerfile.android
|
||||
|
||||
.PONY: clang-format
|
||||
.PHONY: clang-format
|
||||
|
||||
# Format source files using clang-format. Don't format source files
|
||||
# under third-party directory since we are not responsible for thier
|
||||
|
|
Loading…
Reference in New Issue