diff options
Diffstat (limited to 'development/samurai/README')
-rw-r--r-- | development/samurai/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/samurai/README b/development/samurai/README new file mode 100644 index 0000000000000..27a71ab071e34 --- /dev/null +++ b/development/samurai/README @@ -0,0 +1,10 @@ +samurai is a ninja-compatible build tool written in C99 with a focus on +simplicity, speed, and portability. + +samurai implements the ninja build language through version 1.8.2 except +for MSVC dependency handling (deps = msvc). It uses the same format for +.ninja_log and .ninja_deps as ninja, currently version 5 and 3 +respectively. + +It is largely feature-complete and supports most of the same options as +ninja. |