The Makefile has two identical `lint-shell` targets (lines 41-43 and 60-62),
causing a make warning:
Makefile:62: warning: overriding recipe for target 'lint-shell'
Makefile:43: warning: ignoring old recipe for target 'lint-shell'
Remove the duplicate definition.