Comment exécuter MakeFile dans Windows

// Install Chocolatey

// Install cygwin
choco install make --source=cygwin

// add variable to path
"C:\tools\cygwin\bin"
Fusinato