solo-io / unik

The Unikernel & MicroVM Compilation and Deployment Platform
Apache License 2.0
2.72k stars 191 forks source link

make binary should install unik binary into $GOPATH/bin #101

Closed hodgesds closed 8 years ago

hodgesds commented 8 years ago

Updated the Makefile so that it installs unik in $GOPATH/bin so that it has similar behavior to go install.

ilackarms commented 8 years ago

This is what make localinstall is for. Make binary is meant for people who don't have go (and go-bindata)