Today I get the MinGW full pack. I now know how to compile a single .cpp source but when I try to use makefiles and type the command "make" it return the massege:
Code:
'make' is not recognized as an
operable program or batch file.
The question is how to use MinGW with make files?