Home | Download | Support

C-Free - A Professional Excellent C/C++ IDE

Make
Description:

Use this command to make file or project.

The making process is:

  1. Check the modification of all files of current active project (if there is no project opened, the current active file will be checked);
  2. Save and compile all modified files;
  3. After all files are compiled with no error, the link process proceeds;
  4. After linked with no error, the executable file generated.

Shortcut:
Shift+F11
Related topic:
Build Command    Using C-Free/Make