Bunema Project Building the Project To build the project, follow these steps: Run the make command to compile the project: make The executable bunema will be created in the project directory. Cleaning the Project To clean the project (remove object files and the executable), run: make clean