8d4a91f8523fc9dd13e94a619f50b6a898af53d6
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
Description