blob: 50767754e0b05eec2853d10e1a67d84d83b594c8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
samurai is a ninja-compatible build tool written in C99 with a focus
on simplicity, speed, and portability.
It is largely feature-complete and supports most of the same options
as ninja.
Many SlackBuild scripts allow setting the NINJA environment variable
to use samu instead of ninja.
export NINJA='samu'
|