Some important shell files include
make
- run cmake and build the programs and test suite using ninja.runtests
- run all tests. Note that this project does not make use ofctest
so all test filenames must conform to *_test.
- cmake 2.23
- ninja.
- POSIX compliant C compiler (I'm using clang).