Project menu
This menu has the following options:
- Make dist: This option will create a .tar.gz file for distribution of the project.
- Clean: This will remove the .o files and the executable. This will force to rebuild the whole project next time.
- Compile: To compile the project files
- Make: To compile and link the project files
- Run: To compile, link and run the project in a terminal
- Add existing file: To add an external file to the project
- Properties: To change the project properties (information, directories,
compilation and debugging options...)