Skip to content

Commit

Permalink
Makefile: only read GOPATH from env var
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
unknwon committed Sep 18, 2018
1 parent 3a4c981 commit 091f63f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -14,7 +14,6 @@ RELEASE_ROOT = "release"
RELEASE_GOGS = "release/gogs"
NOW = $(shell date -u '+%Y%m%d%I%M%S')
GOVET = go tool vet -composites=false -methods=false -structtags=false
GOPATH = $(shell echo $${PWD%%src*})

.PHONY: build pack release bindata clean

Expand Down

0 comments on commit 091f63f

Please sign in to comment.