https://github.com/willothy/cbt
A simple build tool for C and C++ projects.
https://github.com/willothy/cbt
Last synced: 10 months ago
JSON representation
A simple build tool for C and C++ projects.
- Host: GitHub
- URL: https://github.com/willothy/cbt
- Owner: willothy
- Created: 2022-10-04T08:37:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T21:46:33.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T02:23:47.217Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CBT - A C/C++ Build Tool
CBT is a build tool for C/C++ projects, written in Rust. It is designed to be simple to use, relying on a single TOML file for configuration.
It is very much a work in progress.