devstructure / blueprint

Reverse engineer server configuration
http://devstructure.com/
Other
2.15k stars 132 forks source link

Modify Makefile to allow local installation using prefix/PREFIX #149

Open Hammit opened 11 years ago

Hammit commented 11 years ago

Would it be possible to modify the Makefile to allow local installation?

Normally projects allow you do do this... make PREFIX=$HOME/local install

or in your case, it might be... make prefix=$HOME/local install