dukesrg / rop3ds

MIT License
8 stars 3 forks source link

Makefile: Support user defined output directory #11

Closed 173210 closed 8 years ago

173210 commented 8 years ago

This change is necessary to support multi-job building in CakeHax.

The current Makefile of CakeHax moves the output of rop3ds with different options to a different directory. If you try to multi-job building, the operation can occur in a time and outputs can be overwritten.

To solve the issue, this pull request introduces support of user defined output directory. You can set the output directory by passing O=path/to/dir to make, just in the same way with Linux kernel.