MAKE(1) - General Commands Manual
MAKE(1) - General Commands Manual # MAKE(1) - General Commands Manual NAME # make - maintain program dependencies SYNOPSIS # make [-BeiknpqrSst] [-C directory] [-D variable] [-d flags] [-f mk] [-I directory] [-j max_jobs] [-m directory] [-V variable] [NAME=value …] [target …] DESCRIPTION # make is a program designed to simplify the maintenance of other programs. Its input is a makefile: a list of specifications (target rules) describing build relationships between programs and other files. ...