I installed MinGW and MSYS on my Windows 7 computer. I added C:\\Program Files (x86)\\MinGW\\bin to my path. Commands such as gcc and g++
C:\\Program Files (x86)\\MinGW\\bin
gcc
g++
Try gmake. Sometimes the GNU version of Make installs itself as gmake in order to distinguish from non-GNU Make.
gmake