openbios / fcode-utils

A set of utilities to process FCODE, OpenFirmware's byte code
https://www.openfirmware.info/FCODE_suite
GNU General Public License v2.0
29 stars 12 forks source link

Support building to a separate directory #11

Open eschaton opened 3 years ago

eschaton commented 3 years ago

It’d be useful for porting and continuous integration for the project to support building to a separate directory than the source tree and for this directory to be specifiable on the make command line. (For example, make OBJDIR=/builds/fcode-utils/fcode-utils-1.0.3~5 to use the specified directory for build intermediates and products.)

Ideally: