watchman-make(1) | watchman-make | watchman-make(1) |
watchman-make - automatically invoke a build tool or script in response to files changing.
watchman-make [ -h ] [ -t TARGET [TARGET ...]] [-s SETTLE]
[--make MAKE]
[ -p PATTERN [PATTERN ...]] [--root ROOT] [-r RUN]
watchman-make waits for changes to files and then invokes a build tool (by default, `make`) or provided script to process those changes. It uses the watchman service to efficiently watch the appropriate files.
Events are consolidated and settled before they are dispatched to your build tool, so that it won't start executing until after the files have stopped changing.
You can tell watchman-make about one or more build targets and dependencies for those targets or provide a script to run. watchman-make will then trigger the build for the given targets or run the provided script as changes are detected.
OPTIONAL ARGUMENTS
-h, --help
-h, --help
-t TARGET [TARGET ...], --target TARGET [TARGET ...]
-s SETTLE, --settle SETTLE
--make MAKE
-p PATTERN [PATTERN ...], --pattern PATTERN [PATTERN ...]
--root ROOT
-r RUN, --run
For more information, please refer the online documentation
8 Oct 2019 | Linux |