Development Environment

make

English

Overview

A tool for automating the steps to build source code.

Details

A build-automation tool that rebuilds only the files that need it, based on dependencies, following the rules written in a Makefile. It compares file timestamps and rebuilds a target only when it's older than what it depends on, skipping recompilation of anything unchanged -- a real time saver on large projects.

More Linux terms