make

Category: IaC & Automation

make

Build the default target of the current directory

Runs the first target in the Makefile found in the current directory, rebuilding only what is out of date based on file timestamps. Make is a build automation tool driven by rules that declare dependencies between files. Related: make -n.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.