redo

Alternative build system to make with recursive dependencies

brewmacoslinux
Try with needOr install directly
Source

About

Implements djb's redo: an alternative to make

Commands

redo

Examples

Build a target and its dependencies$ redo target.o
Rebuild all targets in current directory$ redo
Clean up build artifacts$ redo clean