samurai

Fast, Ninja-compatible build tool written in C for compiling projects.

brewmacoslinux
Try with needOr install directly
Source

About

Ninja-compatible build tool written in C

Commands

samu

Examples

build a project from build.ninja file$ samu
build a specific target by name$ samu target_name
build with multiple parallel jobs$ samu -j 4
show what build commands will run without executing$ samu -n
rebuild everything from scratch$ samu -B