Releases: coffeeispower/c-project-manager
Releases · coffeeispower/c-project-manager
0.1.2-alpha: Bug fixes
- fixed build command only linking with files that had to be rebuilt
- fix no std flag in gcc compiler
Full Changelog: 0.1.1-alpha...0.1.2-alpha
0.1.1-alpha: fix include folder in workspaces
Full Changelog: 0.1.0-alpha...0.1.1-alpha
0.1.0-alpha: Build and run commands + workspace support
First alpha release of C Project Manager, these are the features that CPM currently has:
- Build projects and workspaces with multiple packages using GCC with
cpm build
- Build and run packages with
cpm run
, optionally with a-p <name>
argument for workspaces - Create projects with
cpm init <name>