Ævar Arnfjörð Bjarmason wrote: > --- a/Makefile > +++ b/Makefile > @@ -2910,6 +2910,7 @@ hdr-check: $(HCO) > style: > git clang-format --style file --diff --extensions c,h > > +.PHONY: check > check: config-list.h command-list.h > @if sparse; \ > then \ Obviously correct. -- Felipe Contreras