C/C++ build system written in bash
Go to file
2023-02-08 23:41:09 +06:00
default_tasks removed LINK_LIBS 2023-01-20 04:25:53 +06:00
call_task.sh clear_dir $OBJDIR 2023-01-16 02:39:22 +06:00
chmod_scripts.sh chmod +x 2023-01-15 20:32:14 +03:00
colors.sh chmod +x 2023-01-15 20:32:14 +03:00
default.config default config small change 2023-02-08 14:36:23 +06:00
default.Makefile makefile target 'all' moved to the top of file 2022-09-16 00:58:04 +06:00
detect_os.sh os detection and LINK_LIBS 2023-01-20 04:13:11 +06:00
functions.sh removed LINK_LIBS 2023-01-20 04:25:53 +06:00
init.sh real cbuild version check 2023-01-20 04:19:07 +06:00
README.md setup.sh 2023-02-08 23:38:33 +06:00
setup.sh setup.sh fix 2023-02-08 23:41:09 +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.