The simplest C/C++ build tool.
btool
...$ docker run -v $PWD:/src -w /src -it ankeesler/btool
$ /btool -root BasicC -target main
...
$ ./BasicC/main
hey!
$ cat example/README.md # for more information about the examples
btool
build...$ ./script/install-btool.sh latest
btool
build...$ ./script/install-btool.sh local
$ ./script/test.sh -u # unit tests
$ ./script/test.sh -i # integration tests