In order to build the project run the following command
make all
Important
You may need to install the dependecies by running
make setupIn order to run the built project run the following command
make runNote
In order to debug the project run the following command
make debugTo run the automated test run the following command
make test