program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.'make' is not recognized as an internal or external command,operable program or batch file.
报错如上:
解决如下:
step1:找到自己mingw32的安装目录 下的bin

step2: 将bin里面的mingw32-make.exe复制一份然后命名为make.exe

然后就快乐地享用make带来地快乐把~~~~~~~~
本文介绍了如何解决 'make' 命令未被系统识别的问题。通过定位到 mingw32 安装目录下的 bin 文件夹,并将其中的 mingw32-make.exe 复制并重命名为 make.exe,即可成功使用 make 命令。
1175

被折叠的 条评论
为什么被折叠?



