When I try run make from cmd-console on Windows, it runs Turbo Delphi\'s make.exe but I need MSYS\'s make.exe. There is no mention abo
make
make.exe
Or you can just run power-shell command to append extra folder to the existing path:
$env:Path += ";C:\temp\terraform"