Skip to content

'make clean' empties the whole plugin directory #5

@michael0710

Description

@michael0710

Using the make clean command with the given Makefile cleans the whole path given by the variable PLUGIN_DIR. The Makefile does not distinguish between files installed, using this Makefile, or files that existed beforehand. Therefore, any other plugin installed in that directory will be deleted with a call to make clean.

Using the command make clean shall only remove the files, that were copied beforehand using make install-multiple or make install-single.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions