Makefile

Last Update Unknown

Running a makefile and testing it works

Navigate to the folder your code is in inside a terminal / console window.

Compile the code using the command below:

The makefile is now ready to be executed and your program ran using the following command:


Example makefile for C++ Connect 4 program