I have folder consisting files:
How to run makefile? In console I type:
Your cmd was in the wrong directory. Shift and right-click in the folder that has the makefile (not on the makefile though) and then type: make or if you have mingw: mingw32-make.
make
mingw32-make
It should then work.