1234567891011121314151617 |
- <sect2><title>Contents</title>
- <para>
- The Make package contains the make program.
- </para>
- </sect2>
- <sect2><title>Description</title>
- <para>
- make determines automatically which pieces of a large program need to be
- recompiled, and issues the commands to recompile them.
- </para>
- </sect2>
|