C/C++ build system written in bash
Go to file
2023-03-29 19:57:00 +06:00
default_tasks profile, gprof, sanitize 2023-03-15 18:01:03 +06:00
.gitignore fixes and default .gitignore 2023-02-13 21:43:23 +06:00
call_task.sh new line after time call 2023-02-13 21:51:31 +06:00
CHANGELOG.md INCLUDE 2023-03-29 19:57:00 +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 INCLUDE 2023-03-29 19:57:00 +06:00
default.Makefile profile, gprof, sanitize 2023-03-15 18:01:03 +06:00
detect_os.sh small wsl fix 2023-03-15 04:59:36 +06:00
functions.sh INCLUDE 2023-03-29 19:57:00 +06:00
init.sh small wsl fix 2023-03-15 04:59:36 +06:00
README.md setup.sh 2023-02-08 23:38:33 +06:00
setup.sh setup.sh bug fixed 2023-03-29 13:40:58 +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.