C/C++ build system written in bash
Go to file
2024-02-22 00:59:54 +06:00
default_tasks fixes to dependency resolution 2024-02-22 00:59:54 +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 v7 2023-05-24 22:19:33 +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 fixed typos 2024-01-02 12:28:04 +06:00
default.Makefile fixes to dependency resolution 2024-02-22 00:59:54 +06:00
detect_os.sh fixed typos 2024-01-02 12:28:04 +06:00
functions.sh fixes to dependency resolution 2024-02-22 00:59:54 +06:00
init.sh v7 2023-05-24 22:19:33 +06:00
README.md setup.sh 2023-02-08 23:38:33 +06:00
rebuild_dep.sh fixes to dependency resolution 2024-02-22 00:59:54 +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.