Clone of the Ninja build system in Rust
unsafe
) and fast reimplementation of the Ninja build system in Rustsh
cargo install --git https://github.com/raviqqe/turtle
sh
turtle
For more information, see turtle --help
.
Turtle aims to support full syntax of the Ninja build files. Command line arguments are supported only partially excluding ones for debugging purposes.
build
statementphony
rulerule
statementdefault
statementinclude
statementsubninja
statementin
and out
special variablebuilddir
special variable-f
custom build file option-j
job limit option-k
keep-going optionFor more information, see issues.