C/C++ build system written in bash
Go to file
2022-10-03 11:48:38 +06:00
default_tasks call_task 2022-09-09 21:27:34 +06:00
call_task.sh PRE_TASK_SCRIPT and POST_TASK_SCRIPT 2022-10-03 11:41:55 +06:00
chmod_scripts.sh chmod scripts 2022-09-09 19:43:29 +06:00
colors.sh first commit 2022-09-09 18:40:34 +06:00
default.config PRE_TASK_SCRIPT and POST_TASK_SCRIPT 2022-10-03 11:41:55 +06:00
default.Makefile makefile target 'all' moved to the top of file 2022-09-16 00:58:04 +06:00
functions.sh printf $GRAY 2022-09-16 00:57:07 +06:00
init.sh config error checking improved 2022-10-03 11:48:38 +06:00
README.md PRE_TASK_SCRIPT and POST_TASK_SCRIPT 2022-10-03 11:41:55 +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 current.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
bash cbuild/chmod_scripts.sh
make

You should create your own default config. Put it in project directory and name default.config