Top-level install rule for Hadrian
Currently it seems that Hadrian does not have an equivalent to make install. Installing a compiler from a source tree currently requires that the user first build a binary distribution with the bindist-dir target, go to the appropriate directory, run ./configure, and finally make install. This seems very roundabout and will be very surprising to packagers.
We should just provide a hadrian install target.