Tagged Questions
3
votes
5answers
195 views
make-like build tools for data?
Make is a standard tools for building software. But
make decides whether a target needs to be regenerated by comparing file modification times.
Are there any proven, preferably small tools that ...