RusPiRo / ruspiro-tutorials

RusPiRo Tutorial Corner - Doing Raspberry Pi bare metal development the 'Rust way'...
13 stars 2 forks source link

use cargo-make as build flow tool #6

Closed 2ndTaleStudio closed 4 years ago

2ndTaleStudio commented 4 years ago

cargo-make is a very convinient tool to support reliable cross platform build flow for rust project: https://sagiegurari.github.io/cargo-make/

Use this tool and corresponding Makefile.toml to describe the builds.