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>.

Debian Debian
RUN apt-get update && \ apt-get install -y make
Ubuntu
RUN apt-get update && \ apt-get install -y make
Alpine
RUN apk add make
Arch Arch Linux
RUN pacman -S --noconfirm make
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y make
CentOS
RUN yum install -y make
Fedora
RUN dnf install -y make
Raspbian
RUN apt-get update && \ apt-get install -y make
click the source code to copy install make on any operating system with command-not-found.com