C/C++ build system written in bash
Go to file
2023-02-13 21:48:30 +06:00
default_tasks fixes and default .gitignore 2023-02-13 21:43:23 +06:00
.gitignore fixes and default .gitignore 2023-02-13 21:43:23 +06:00
call_task.sh added project name printing 2023-02-13 21:48:30 +06:00
CHANGELOG.md fixes and default .gitignore 2023-02-13 21:43:23 +06:00
chmod_scripts.sh build_profile, make.log and other stuff 2023-02-13 19:24:47 +06:00
colors.sh chmod +x 2023-01-15 20:32:14 +03:00
default.config bugfix 2023-02-13 20:40:55 +06:00
default.Makefile bugfix 2023-02-13 20:40:55 +06:00
detect_os.sh build_profile, make.log and other stuff 2023-02-13 19:24:47 +06:00
functions.sh fixes and default .gitignore 2023-02-13 21:43:23 +06:00
init.sh added project name printing 2023-02-13 21:48:30 +06:00
README.md setup.sh 2023-02-08 23:38:33 +06:00
setup.sh fixes and default .gitignore 2023-02-13 21:43:23 +06:00

cbuild

My C/C++ build system written in bash.

Repo contains some functions, which can be used in your custom task scripts. There are also some default tasks.

All tasks can be launched through Makefile or cbuild/call_task.sh. Tasks can be configured in current.config.

How to set up

git clone http://github.com/Timerix22/cbuild.git && \
cbuild/setup.sh submodule

Than create your project default.config based on cbuild/default.config.