Fix typo: s/.PONY/.PHONY/

This commit is contained in:
Tatsuhiro Tsujikawa 2014-12-01 21:13:56 +09:00
parent a3c5ac4730
commit 6b59609f9b
1 changed files with 1 additions and 1 deletions

View File

@ -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