LADSoft / OCIDE

Orange C Compiler IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FR for OCIDE: Add "Project->Clean" and "Build->Clean All"

GitMensch opened this issue · comments

We currently have "make" and "rebuild" in project context menu and Build menu, but clean (=remove all possible intermediate and resulting files) is missing.

Note: "obviously" this should be internally called when "Rebuild" is used (which will just use clean + make).