Name

make

Category

Build Tool

Description

Enables using the various forms of make as the build tool. This includes GNU make and BSD make.

Currently, this plugin makes assumptions about what are valid targets:

TargetFunction
cleanClean the directory, keeping any configuration objects such as from autoconf. (See also --make-use-git-clean)
distcleanClean the directory back to a pristine shape. (See also --make-use-git-clean)
testPerform unit testing

Environment Variables

None

Options

OptionNotes
--make-cmd=<cmd>Executable location
--make-file=<filename>Filename to use instead of the default Makefile
--make-use-git-cleanInstead of make clean, use git clean to wipe the repository

Docker Notes

None

Developer Notes

See build tools for more information.