On Mon, Nov 15, 2021 at 9:13 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > > On Mon, 15 Nov 2021 17:20:08 +0100 Daniel Borkmann wrote: > > -c -MMD -o $@ $< > > > -c -MMD $< -o $@ > > Out of curiosity did you switch the order on purpose? Yes, I wanted all Makefile rules to have -o at the end. It makes debugging Makefile verbose output much easier as it's more apparent which file each rule invocation generates.