A cross platform build tool / task runner that scales.
Go to https://github.com/brad-jones/gomake/releases and download the archive for your Operating System, extract the gomake binary and and add it to your $PATH
.
curl -L https://github.com/brad-jones/gomake/releases/download/v2.1.2/gomake_linux_amd64.tar.gz -o- | sudo tar -xz -C /usr/bin gomake
sudo rpm -i https://github.com/brad-jones/gomake/releases/download/v2.1.2/gomake_linux_amd64.rpm
curl -sLO https://github.com/brad-jones/gomake/releases/download/v2.1.2/gomake_linux_amd64.deb && sudo dpkg -i gomake_linux_amd64.deb && rm gomake_linux_amd64.deb
brew install brad-jones/tap/gomake
scoop bucket add brad-jones https://github.com/brad-jones/scoop-bucket.git;
scoop install gomake;