An open API service indexing awesome lists of open source software.

https://github.com/clayrisser/portable-make

cross platform portable make binary
https://github.com/clayrisser/portable-make

binary gnu gnu-make make makefile portable

Last synced: about 2 months ago
JSON representation

cross platform portable make binary

Awesome Lists containing this project

README

        

# portable-make

![](assets/portable-make.png)

> cross platform portable make binary

## Compile

```sh
git clone [email protected]:codejamninja/portable-make.git
cd portable-make
make
```

## Installation

### Linux

```sh
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

```sh
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
```