Clean tool

Click this tool to run gmake with the target clean. Makefiles which adhere to GNU Makefile standards will delete all files which are normally created by building, such as programs, libraries, and object files, but not files which record the configuration.

Use this to force a complete rebuild after changing the configuration, or after setting variables like CFLAGS or CC in the Variables pane.

This tool becomes available if the Makefile in the current directory defines a clean target. Like all build tools and menu items, it becomes unavailable while gmake is running.

See also: Build All tool