C/C++ build system written in bash
Go to file
2022-09-09 19:18:36 +06:00
default_tasks first commit 2022-09-09 18:40:34 +06:00
colors.sh first commit 2022-09-09 18:40:34 +06:00
default.config.sh PRE_BUILD_SCRIPT 2022-09-09 19:18:36 +06:00
default.Makefile first commit 2022-09-09 18:40:34 +06:00
functions.sh first commit 2022-09-09 18:40:34 +06:00
init.sh PRE_BUILD_SCRIPT 2022-09-09 19:18:36 +06:00
README.md first commit 2022-09-09 18:40:34 +06:00

cbuild

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

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

All tasks should be launched through Makefile. Tasks can be configured in .config file (it is automatically created by init.sh).

How to set up

cd some_project
git clone http://github.com/Timerix22/cbuild.git
cp cbuild/default.Makefile Makefile
make