Recompiling
To recompile the source code using make
, you can select File => Make
. This pops up a dialog where you can enter a Make Target--typically the name of the executable. Clicking on the Make
button invokes the make
program with the given target.
The Make
button on the command tool re-invokes make
with the most recently given arguments.
Node:Patching, Previous:Recompiling, Up:Changing the Program