On 11/05/2017 17:30, Alex Bennée wrote: >>> >>> %.o: %.S >>> + mkdir -p $(dir $@) >> Should this use @ for cleanliness? > > I'm not sure I follow. Did you mean use $(@D) directly? That too, but I was thinking of using "@mkdir" to avoid spamming the output with mkdir commands. Paolo