mirror of
https://github.com/gogs/gogs.git
synced 2025-05-24 08:22:34 +00:00
Makefile: only read GOPATH from env var
[ci skip]
This commit is contained in:
parent
3a4c981e31
commit
091f63fd4e
1
Makefile
1
Makefile
@ -14,7 +14,6 @@ RELEASE_ROOT = "release"
|
|||||||
RELEASE_GOGS = "release/gogs"
|
RELEASE_GOGS = "release/gogs"
|
||||||
NOW = $(shell date -u '+%Y%m%d%I%M%S')
|
NOW = $(shell date -u '+%Y%m%d%I%M%S')
|
||||||
GOVET = go tool vet -composites=false -methods=false -structtags=false
|
GOVET = go tool vet -composites=false -methods=false -structtags=false
|
||||||
GOPATH = $(shell echo $${PWD%%src*})
|
|
||||||
|
|
||||||
.PHONY: build pack release bindata clean
|
.PHONY: build pack release bindata clean
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user