make
Build Tool
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:
Target | Function |
---|---|
clean | Clean the directory, keeping any configuration objects such as from autoconf . (See also --make-use-git-clean ) |
distclean | Clean the directory back to a pristine shape. (See also --make-use-git-clean ) |
test | Perform unit testing |
None
Option | Notes |
---|---|
--make-cmd=<cmd> |
Executable location |
--make-file=<filename> |
Filename to use instead of the default Makefile |
--make-use-git-clean |
Instead of make clean , use git clean to wipe the repository |
None
See build tools for more information.