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