gulachek / esmakefile

Make based build system in JavaScript
MIT License
0 stars 0 forks source link

Allow watching a specific target #38

Closed gulachek closed 1 month ago

gulachek commented 6 months ago

Currently it doesn't seem like I can watch a specific target on the command line. This seems really useful when a project has several outputs that take significant time and all build different artifacts from a common source file, but only one is actually being affected.

For example, code documentation should run generator but not compilers if you're dedicating time to improving documentation. No need to wait on code to compile