7569c04fc05a4a7c1a685bded11702c91f45554c
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
Description