Commit cd7928f1 authored by Miek Gieben's avatar Miek Gieben Committed by Yong Tang

make: default to default go path (#1681)

if GOPATH is not set use $HOME/go which is the current default in Go.

Fixes #1642
parent cff0c9fb
......@@ -4,6 +4,7 @@ BINARY:=coredns
SYSTEM:=
CHECKS:=check godeps
VERBOSE:=-v
GOPATH?=$(HOME)/go
all: coredns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment