Task runner for targets described in Mkfile. Mostly used to control the compilation of an executable from source code. More information: https://doc.cat-v.org/plan_9/4th_edition/papers/mk.
mk
mk {{target}}
NPROC=4 mk {{target}}
mk -w{{target}} {{target}}
target and all of its dependencies:mk -a {{target}}
mk -k