Task runner for targets described in Makefile. Mostly used to control the compilation of an executable from source code.
make
make {{target}}
make -j{{4}} {{target}}
make --file {{file}}
make --directory {{directory}}
make --always-make {{target}}