make file in windows code example
Example 1: how to run makefile in windows
// Install Chocolatey
// Install cygwin
choco install make --source=cygwin
// add variable to path
"C:\tools\cygwin\bin"
Example 2: make new file windows cmd
type nul > README.txt