When I clean a project, there are two errors:-
Code: Select all
C:\Windows\system32\cmd.exe /C D:/IDE/CodeBlocks/MinGW/bin/mingw32-make.exe -j4 SHELL=cmd.exe -e -f Makefile clean
"----------Cleaning project:[ Helloworld - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'C:/Users/User/Desktop/CPPworkspace/Helloworld'
rm -f -r ../build-Debug/Helloworld
process_begin: CreateProcess(NULL, rm -f -r ../build-Debug/Helloworld, ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make.exe[1]: *** [Helloworld.mk:110: clean] Error 2
mingw32-make.exe: *** [Makefile:8: clean] Error 2
mingw32-make.exe[1]: Leaving directory 'C:/Users/User/Desktop/CPPworkspace/Helloworld'
====0 errors, 0 warnings====
What to do now?