Make usage

From wikinotes
Revision as of 12:40, 6 September 2021 by Will (talk | contribs) (Created page with "= Usage = <blockquote> <syntaxhighlight lang="bash"> make # run first target in makefile (and requirements) make clean # choose target in makefile make -d v # show debu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

make       # run first target in makefile (and requirements)
make clean # choose target in makefile
make -d v  # show debug information

Common Targets

build    # generally default, compiles program
install  # installs program, after compilation
clean    # removes partial compilation