Buck
Build system that encourages the creation of small, reusable modules
... results. Buck looks at the contents of your inputs, not their timestamps to figure out what needs to be built. As a result, incremental builds should always be correct, so there's no need to perform a clean build. With buck query, you can better understand your dependencies and what is required to build your product. With buck project, your project can be better understood by your IDE, making you and your team more productive.