# meka [](https://crates.io/crates/meka)  [](https://docs.rs/meka)
meka analyzer
## Usage
```sh
cargo install meka
meka run make
meka analyze
```
> The `-d` debug flag can be useful
## Tests
```sh
cargo test
# manual
cd tests/tests_makefile
cargo run -- -dd run make
cargo run -- -dd analyze
```
## Coverage
```sh
cargo llvm-cov --all --html --no-cfg-coverage
cd target/llvm-cov/html/ && python -m http.server
```
## License
- [MIT](./LICENSE)