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
- Host: GitHub
- URL: https://github.com/axodotdev/cargo-dist-c-example
- Owner: axodotdev
- License: apache-2.0
- Created: 2023-11-16T20:21:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T00:28:26.000Z (over 2 years ago)
- Last Synced: 2025-12-13T09:53:07.460Z (8 months ago)
- Language: Makefile
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.