I try to use code::Lite 2.5.2. codelite would be report the same error when I build a project(even a simplest project) every time.
So, I check Makefile(myporject.mk), I think the Makefile is error .
Code: Select all
$(OutputFile): makeDirStep $(Objects)
@$(MakeDirCommand) $(@D)
$(LinkerName) $(OutputSwitch)$(OutputFile) $(Objects) $(LibPath) $(Libs) $(LinkOptions)
makeDirStep:
@$(MakeDirCommand) "./Debug"