README 411 B

1234567891011
  1. samurai is a ninja-compatible build tool written in C99 with a focus on
  2. simplicity, speed, and portability.
  3. samurai implements the ninja build language through version 1.8.2 except
  4. for MSVC dependency handling (deps = msvc). It uses the same format for
  5. .ninja_log and .ninja_deps as ninja, currently version 5 and 3
  6. respectively.
  7. It is largely feature-complete and supports most of the same options as
  8. ninja.