Documentation
# meka [![crates.io version]https://img.shields.io/crates/v/meka]https://crates.io/crates/meka ![crates.io downloads]https://img.shields.io/crates/d/meka [![docs.rs]https://img.shields.io/docsrs/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