Closed postmodern closed 10 years ago
Add a generic Makefile with an install task. This way users can do make install PREFIX=/where/ever, instead of the curl http://install.sh | sh method popularized by RVM.
make install PREFIX=/where/ever
curl http://install.sh | sh
Thanks for the suggestion, @maandree just resolved this with #4!
Add a generic Makefile with an install task. This way users can do
make install PREFIX=/where/ever
, instead of thecurl http://install.sh | sh
method popularized by RVM.