Skip to content

clayrisser/portable-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portable-make

cross platform portable make binary

Compile

git clone git@github.com:codejamninja/portable-make.git
cd portable-make
make

Installation

Linux

curl -LO https://github.com/codejamninja/portable-make/releases/download/3.75/make-linux-3.75.tar.gz
tar -xzvf make-linux-3.75.tar.gz
./make --version

Windows

curl -LO https://github.com/codejamninja/portable-make/releases/download/3.75/make-win32-3.75.tar.gz
tar -xzvf make-win32-3.75.tar.gz
make --version