>_ linuxcommand.dev
Startseite make
Programming

make

Build automation tool

Ubuntu CentOS Debian SUSE Fedora RHEL Arch Alpine macOS
Verified: 2026-03-04
Syntax
$make [options] [target]
Optionen
-j
-B
-n
clean
install
Examples
$make
$make clean
$make install
$make -j4
Typical use cases
?
Standard usage
make --help
Note Executes build rules from the Makefile.
Export