About Makefiles in Unix

A Makefile is a configuration file for the Unix make utility.

You can use the make utility to manage the complicated process of compiling programs from multiple source files. A Makefile includes a list of the source files to be compiled, along with the configuration options for the compiler program. A Makefile may also include instructions for moving the binary files to their final location, and cleaning up after an installation.

This is document ahcc in the Knowledge Base.
Last modified on 2021-11-02 16:54:40.