--include-dir option is not supported
Open
- 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
Assessment
This issue has not been assessed yet.