A simple C project builder for Linux.
- Initialize a new C project
- Build the project with parallel jobs
- Run the project
- Clean the project
- Run tests on the project
- Run benchmarks on the project
git clone https://github.com/Huggepugge1/c-builder.git c-builder
cd c-builder
cargo install --path .
c-builder [options] init [project-name]
c-builder [options] build
c-builder [options] run
See more detailed information in documentation.
The configuration file is located at c-builder.toml
. See configuration for more information.
Contributions are welcome! Please read the contribution guidelines first.
This project is licensed under the MIT License - see the LICENSE file for details.