Re: [PATCH] Makefile: add missing phony target

2015-12-10 Thread Matthieu Moy
Elia Pinto writes: > Also put the .PHONY > declaration immediately before the target declaration, where necessary, > for a better readability and a uniform style. [...] > --- a/Makefile > +++ b/Makefile > @@ -522,11 +522,11 @@ SCRIPT_PYTHON_INS = $(filter-out >

[PATCH] Makefile: add missing phony target

2015-12-10 Thread Elia Pinto
Add some missing phony target to Makefile. Also put the .PHONY declaration immediately before the target declaration, where necessary, for a better readability and a uniform style. Signed-off-by: Elia Pinto --- Makefile | 31 +++ 1 file