As far as I know, make.exe is shipped with the fpc binary package, so you don't need to download it from elsewhere. Usually I do something like:

Code:
set path=c:\fpc\bin\i386-win32;%PATH%

cd c:\lazarus

make clean all
That's all