Releases: BonnyAD9/ccpp
Releases · BonnyAD9/ccpp
ccpp v0.2.2
ccpp v0.1.0
ccpp v0.1.0
Simple to use build tool for C projects that doesn't require any further configuration after it is set up and it is easy to set up (for example when you want to add a new source file, that's it, you don't have to write somewhere that you added new file)
The first release!!
Features
- build C projects
- set build configuration in
ccpp.toml
(project name, compiler, compiler flags, linker, linker flags, different configuration for debug and release) - properly determine dependencies (based on includes) and build only files that need to be rebuilt
- build and run with a single command
- choose between debug/release mode
- clean the build files