Development Environment

Makefile

English

Overview

The file, read by make, that describes the build steps.

Details

A file defining targets, dependencies, and commands, specifying the build steps make follows. It has the notable quirk of requiring a tab character for indentation, a common stumbling block for beginners.

More Linux terms