make

Utility for directing compilation of programs from source code

brewmacoslinux
Try with needOr install directly
Source

About

Utility for directing compilation

Commands

make

Examples

Build a project using the default target in Makefile$ make
Build a specific target defined in the Makefile$ make install
Clean up compiled files and build artifacts$ make clean