Skip to content

Commit

Permalink
Fix typo: s/.PONY/.PHONY/
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Dec 1, 2014
1 parent a3c5ac4 commit 6b59609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b59609

Please sign in to comment.