Is there a way to run make automatically when a file changes? I'm on a Mac. Non-polling would be best but I'll accept polling too.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||
|
|
|
Mac OS X has an API called FSEvents that lets you monitor directories for changes, but not individual files. |
|||
|
|
|
I am sure there is a way to run a background service that polls the MD5 or something of the file that will change and then runs make. I am inclined to say that unless you purposely trip some trigger when changing the file, there is no way to do it without polling though. Sorry. |
|||
|
|