Skip to content

Remove duplicated lint-shell target in Makefile #67

@dannywillems

Description

@dannywillems

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions