How to use makefiles on Windows
The simplest is to use cygwin and run linux command. Another way is to use nmake command provided by the windows SDK but, in this case, you have to edit some part of the makefile. I suggest the first solution. Hope this helps
Another alternative is MinGW, which can compile to a native Win32 program.