Matt Tyler: 1049833 Rosie Bicknell: 5886555
To build and run the program using the provided Makefile, you can use the following steps in a terminal:
-
Navigate to the project directory using the cd command:
cd path/to/project
-
Type make in the terminal to build the program:
make
This will compile the program and generate the executable file.
-
Run the program by typing:
./bin/rational_thinking
make run
To clean the working directory afterwards:
make clean