Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 404 Bytes

File metadata and controls

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