mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +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
|
||||
GOFMT = gofmt
|
||||
GO ?= latest
|
||||
GO_PACKAGES = .
|
||||
GO_FILES := $(shell find $(shell go list -f '{{.Dir}}' $(GO_PACKAGES)) -name \*.go)
|
||||
|
||||
GIT = git
|
||||
|
||||
XDC:
|
||||
build/env.sh go run build/ci.go install ./cmd/XDC
|
||||
|
|
|
|||
Loading…
Reference in a new issue