Closed hodgesds closed 8 years ago
Updated the Makefile so that it installs unik in $GOPATH/bin so that it has similar behavior to go install.
go install
This is what make localinstall is for. Make binary is meant for people who don't have go (and go-bindata)
make localinstall
Updated the Makefile so that it installs unik in $GOPATH/bin so that it has similar behavior to
go install
.