From a5e0555e834cba49bb7c423c04d739b811f38f88 Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 13 Jun 2016 21:33:27 +0800 Subject: make style targets in Makefile phony --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 4bb0998c..4e8e90b1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- cgit v1.2.3