C/C++ build system written in bash
Go to file
2023-02-13 19:24:47 +06:00
default_tasks build_profile, make.log and other stuff 2023-02-13 19:24:47 +06:00
call_task.sh build_profile, make.log and other stuff 2023-02-13 19:24:47 +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 build_profile, make.log and other stuff 2023-02-13 19:24:47 +06:00
default.Makefile build_profile, make.log and other stuff 2023-02-13 19:24:47 +06:00
detect_os.sh build_profile, make.log and other stuff 2023-02-13 19:24:47 +06:00
functions.sh build_profile, make.log and other stuff 2023-02-13 19:24:47 +06:00
init.sh build_profile, make.log and other stuff 2023-02-13 19:24:47 +06:00
README.md setup.sh 2023-02-08 23:38:33 +06:00
setup.sh build_profile, make.log and other stuff 2023-02-13 19:24:47 +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.