perl コマンドを -V:make オプションを付けて実行すると、現在の開発環境で使用可能な make 系コマンドの名前を調べることができます。
perl
-V:make
C:\> perl -V:make make='nmake';
$ perl -V:make make='make';