Skip to content

Commit f7ea029

Browse files
committed
use absolute GOBIN path for Go 1.6
1 parent 8237a13 commit f7ea029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Makefile also tricks Travis into not running 'go get' for our
22
# build. See http://docs.travis-ci.com/user/languages/go/
33

4-
OBJDIR ?= ./bin
4+
OBJDIR ?= $(shell pwd)/bin
55
DESTDIR ?= /usr/local/bin
66
ARCHIVEDIR ?= /tmp
77

0 commit comments

Comments
 (0)