Alcaro / Flips

Floating IPS is a patcher for IPS and BPS files.
Other
334 stars 46 forks source link

build: Makefile improvements. #44

Closed orbea closed 2 years ago

orbea commented 2 years ago

This has various makefile usability improvements.

Out of tree build example:

mkdir -p /tmp/build
cd /tmp/build
make install -f /path/to/Flips/Makefile
Alcaro commented 2 years ago

Looks good to me. Not sure who snuck those mkdirs past me (fair chance it was myself), good catch.