diff --git a/Makefile b/Makefile index b8b535f..8b4e5af 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ clean: rm -rf bin install: build - install -m 0755 bin/ocgo $(HOME)/go/bin/ocgo + install -m 0755 bin/ocgo $$(go env GOBIN)/ocgo release: @[ -n "$(TAG)" ] || (echo "Usage: make release TAG=v0.1.0" && exit 1)