GOPATH := ${CURDIR}/build build: @env GOPATH="${GOPATH}" godep restore @test -d "${GOPATH}/src/github.com/user/repo" || ln -s "${CURDIR}" "${GOPATH}/src/github.com/user/repo" @env GOPATH="${GOPATH}" go install github.com/user/repo