meka analyzer
```sh
cargo install meka
meka run make
meka analyze
```
```sh
cargo test
cd tests/tests_makefile
cargo run -- -dd run make
cargo run -- -dd analyze
```
```sh
cargo llvm-cov --all --html --no-cfg-coverage
cd target/llvm-cov/html/ && python -m http.server
```
-