goredo

Go implementation of djb's redo build system as a Makefile alternative

brewmacoslinux
Try with needOr install directly
Source

About

Go implementation of djb's redo, a Makefile replacement that sucks less

Commands

redo

Examples

Build a target by executing its .do file$ redo target.txt
Rebuild all dependencies and targets$ redo -j 4
Clean up build artifacts and logs$ redo clean