https://github.com/nickez/ninja-watch
https://github.com/nickez/ninja-watch
mesonbuild ninja-build
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickez/ninja-watch
- Owner: NickeZ
- Created: 2017-09-24T20:02:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T09:25:50.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T10:07:40.802Z (about 2 months ago)
- Topics: mesonbuild, ninja-build
- Language: Python
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```