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
- Host: GitHub
- URL: https://github.com/clayrisser/portable-make
- Owner: clayrisser
- Created: 2020-01-19T03:53:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T04:33:24.000Z (over 1 year ago)
- Last Synced: 2025-03-29T19:08:29.651Z (about 2 months ago)
- Topics: binary, gnu, gnu-make, make, makefile, portable
- Language: Makefile
- Homepage: https://codejam.ninja
- Size: 1.32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portable-make

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