make-first-existing-target

utility for directing compilation

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-first-existing-target on any operating system with command-not-found.com