An open API service indexing awesome lists of open source software.

https://github.com/nickez/ninja-watch


https://github.com/nickez/ninja-watch

mesonbuild ninja-build

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# Ninja watch

Ninja watch is a helper script that uses inotify on linux to listen for changed
and created files that would trigger a rebuild by ninja.

It passes through any argument to the real ninja build.

## Example usage

```
ninja-watch -C build
```