make style targets in Makefile phony

This commit is contained in:
David Adam 2016-06-13 21:33:27 +08:00
parent 1499ade89c
commit a5e0555e83

View File

@ -841,7 +841,7 @@ style:
build_tools/style.fish
style-all:
build_tools/style.fish --all
.PHONY: lint lint-all
.PHONY: style style-all
#
# Cleanup targets