Skip to content

--include-dir option is not supported #157

@kylcho

Description

@kylcho

kati does not support --include-dir option. Therefore if a makefile needs to include other makefiles, full path needs to be specified with include directive. For example,
include test/mytest.mk

With --include-dir option supported as below, kati will search mytest.mk file under test directory.
$ ckati --include-dir test

Then include directive only needs to specify included file not full path to the file as below.
include mytest.mk

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