Ensure you have make installed. Run command -v make. If there is no
stdout, search for ways to install make on your system.
make install # installs rust/cargo and cargo crate depsTo generate a release binary to ./target/release/tinted-builder-rust, run:
make buildmake cli_testmake lib_test