make Linux Command Cheatsheet
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) ]
make Linux Command is used to build executable programs, libraries from source code using the definistion from Makefile
.
make [ -f makefile ] [ option(s) ] [ target(s) ]