An open API service indexing awesome lists of open source software.

https://github.com/axodotdev/cargo-dist-c-example

Sample makefile-based C program for cargo-dist
https://github.com/axodotdev/cargo-dist-c-example

Last synced: 6 months ago
JSON representation

Sample makefile-based C program for cargo-dist

Awesome Lists containing this project

README

          

# cargo-dist-c-example
> example makefile-based C program for cargo-dist

## Quickstart

### Building

To build this project run:

```
make
```

### Packaging

This example works with `cargo-dist` by manually specifying configuration in the
[`dist.toml` file](https://github.com/axodotdev/cargo-dist-c-example/blob/main/dist.toml).

[Learn more about configuring `cargo-dist` for generic builds.](https://opensource.axo.dev/cargo-dist/book/generic-builds.html)

## License

Licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0))
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))

at your option.