Use a specific Makefile

make

  • Task runner for targets described in Makefile.
    Mostly used to control the compilation of an executable from source code.
    More information: <https://www.gnu.org/software/make/manual/make.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

make --file {{file}}

click the source code to copy install make on any operating system with command-not-found.com