C/C++ build system written in bash
Go to file
2024-07-12 02:32:59 +03:00
default_tasks v2.0.0 2024-07-12 01:55:58 +03:00
.gitignore --new-project 2024-07-12 02:32:59 +03:00
cbuild.sh --new-project 2024-07-12 02:32:59 +03:00
CHANGELOG.md --new-project 2024-07-12 02:32:59 +03:00
chmod_scripts.sh v2.0.0 2024-07-12 01:55:58 +03:00
config.sh v2.0.0 2024-07-12 01:55:58 +03:00
default.config --new-project 2024-07-12 02:32:59 +03:00
detect_os.sh v2.0.0 2024-07-12 01:55:58 +03:00
functions.sh v2.0.0 2024-07-12 01:55:58 +03:00
myprint.sh --new-project 2024-07-12 02:32:59 +03:00
README.md changed url in readme 2024-07-11 14:59:49 +03:00
rebuild_dep.sh v2.0.0 2024-07-12 01:55:58 +03:00
setup.sh v2.0.0 2024-07-12 01:55:58 +03: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 https://timerix.ddns.net:3322/cbuild.git && \
cbuild/setup.sh submodule

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