ede: Building and Debugging

 
 6 Building and Debugging
 ************************
 
 EDE provides the following “project-aware” compilation and debugging
 commands:
 
 ‘C-c . c’
      Compile the current target (‘ede-compile-target’).
 ‘C-c . C’
      Compile the entire project (‘ede-compile-project’).
 ‘c-c . D’
      Debug the current target (‘ede-debug-target’).
 ‘M-x ede-make-dist’
      Build a distribution file for your project.
 
    These commands are also available from the ‘Development’ menu.