mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-12 07:54:27 +00:00
updated MAKEFILE
This commit is contained in:
parent
ea8fb76452
commit
77a41fcc7d
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -11,6 +11,10 @@
|
||||||
GOBIN = $(shell pwd)/build/bin
|
GOBIN = $(shell pwd)/build/bin
|
||||||
GOFMT = gofmt
|
GOFMT = gofmt
|
||||||
GO ?= latest
|
GO ?= latest
|
||||||
|
GO_PACKAGES = .
|
||||||
|
GO_FILES := $(shell find $(shell go list -f '{{.Dir}}' $(GO_PACKAGES)) -name \*.go)
|
||||||
|
|
||||||
|
GIT = git
|
||||||
|
|
||||||
XDC:
|
XDC:
|
||||||
build/env.sh go run build/ci.go install ./cmd/XDC
|
build/env.sh go run build/ci.go install ./cmd/XDC
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue