README 311 B

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