This is a template for a simple C++ project. Buildng: $ make target Run: $ ./build/run Buildng tests: $ make test Run: $ ./build-test/runTests Buildng both the executable and tests: $ make all