我是一名学生,在我的项目中使用CodeLite的IDE学习C语言。我现在正在编写程序,但是每当我构建并运行它时,就会显示以下内容:
mingw32-make.exe[1]: *** No rule to make target 'Release/main.c.o', needed by 'release/lab7'. stop.
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
# ... then mingw32-make.exe[1]: enters directory which contains my file
mingw32-make.exe *** [All] error 2
# ...at this point mingw32-make.exe[1]: leaves directory which contains my file)
Makefile:4: recipe for target 'All' failed
有人能告诉我什么地方出了问题以及如何解决吗?