RupertAvery / PSXPackager

A utility to convert Playstation disc images in various formats to PBP format and back
Other
230 stars 15 forks source link

Add Makefile #31

Closed takano32 closed 1 year ago

takano32 commented 1 year ago

Usually linux and osx developers use Makefile for simple builds.

Build all binaries

$ make build

Build only linux-x64 binary

$ make build-linux-x64

Build only osx-x64 binary

$ make build-osx-x64

Cleanup Builds

$ make clean

Cleanup Builds and Build all binaries

$ make