Make usage

From wikinotes

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