Skip to content

Consider -f and -C from makefile.configurations.makeArgs as well besides makefilePath and makeDirectory #162

Description

@andreeis

We need validation and preferences rules for when makeDirectory and makefilePath are defined at the same time with makeArgs (-f, --file, --makefile, -C, --directory).
Plus, when makefilePath is not defined and there is no makefile in the root, but there is -C or --directory in makeArgs, search for the file there as well.
Currently (as of PR #161) the extension searches for this scenario only in whatever place makeDirectory points to, but it doesn't parse the makeArgs for this yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature: accuracyAble to parse and understand more scenariosenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions