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.
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.