leafbuild 0.0.1-dev.1

A WIP C/C++ buildsystem.
Documentation
1
2
3
4
5
6
7
8
# Setup

Most developer actions are managed by [cargo-make](https://github.com/sagiegurari/cargo-make);
to install it, follow [the guide in the readme](https://github.com/sagiegurari/cargo-make#installation),
as make "recipes".

They are described in the `Makefile.toml` file at the root of the repository.
For a list of them all and what each does, see [root makefile recipes](root_makefile_recipes.md).