I see in this link that I can create a Makefile, so that it can conveniently be run by using the command make. Is this kind of Makefile also available for execution in Windows, and if not, how can it be turned into something that can be executed on Windows?
I see in this link that I can create a Makefile, so that it
Share
You should look at CMake. It is a cross-platform, open-source build system.
For a windows specific solution, there is also NMake.