Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 404 Bytes

make.md

File metadata and controls

15 lines (11 loc) · 404 Bytes
title description created updated
make Linux Command
make Linux Command is used to build executable programs, libraries from source code using the definistion from Makefile.
2019-09-13
2019-09-13

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) ]