Currently a lot of the build logic in makefile.common assumes the paths to objects are along side the source. While this is a fine default, there are a number of instances where it would be safer to allow specification of another build directory (testing, parallel builds, etc.).
Currently a lot of the build logic in
makefile.commonassumes the paths to objects are along side the source. While this is a fine default, there are a number of instances where it would be safer to allow specification of another build directory (testing, parallel builds, etc.).