- Welcome to Simply Fortran
- Purchasing and Activating Simply Fortran
- Using Simply Fortran
- The Simply Fortran Interface
- Editing in Simply Fortran
- Projects in Simply Fortran
- Building Projects
- Launching Projects
- Debugging Programs
- External Tools
- Version Control
- Options and Configuration
- Licensing
Cleaning
Cleaning refers to the process of deleting all products of the build process, including all intermediate compiled files, modules, and the final target. When the makefile for a project is built , a make command referred to as clean is also built to perform these deletions. When the Clean procedure is executed, wmake is instructed to perform the clean task.
Cleaning can be performed using the Clean entry, present in both the Build menu and the project pane’s popup menu’s Build submenu.