gow
gow copied to clipboard
"make.exe" doesn't work well under win10
The path of win10 is divided by , but make.exe ignores the symbol of , which causes that the corresponding command cannot be found correctly when it is used under win10.
An error message appears:command not found
If you use mingw32-make.exe, you will not have this problem. You need to rename mingw32-make.exe to make.exe.