make Linux Command Cheatsheet

957




make Linux Command is used to build executable programs, libraries from source code using the definistion from Makefile.

Syntax

make [ -f makefile ] [ option(s) ] [ target(s) ]