The simplest C/C++ build tool.
$ 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
$ ./script/install-btool.sh latest
$ ./script/install-btool.sh local
$ ./script/test.sh -u # unit tests
$ ./script/test.sh -i # integration tests
- Ease of use
- Speed
- Extensibility