google / google/kati

--include-dir option is not supported

Open
#157 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1k
Forks
132
Avg merge
11m
Merged PRs (30d)
1

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.