Merge pull request #1508 from letsencrypt/relative-gobin

Set GOBIN to a relative path.
This commit is contained in:
Roland Bracewell Shoemaker 2016-02-17 10:57:12 -08:00
commit ed3c63a8bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# This Makefile also tricks Travis into not running 'go get' for our
# build. See http://docs.travis-ci.com/user/languages/go/
OBJDIR ?= $(shell pwd)/bin
OBJDIR ?= ./bin
DESTDIR ?= /usr/local/bin
ARCHIVEDIR ?= /tmp