compose and execute as separate commands; update README and add git checkout vendor/github.com/ethereum/go-ethereum/accounts/abi to make build
This commit is contained in:
@@ -63,6 +63,7 @@ dep: | $(DEP)
|
||||
$(DEP) ensure
|
||||
|
||||
build: dep
|
||||
git checkout vendor/github.com/ethereum/go-ethereum/accounts/abi
|
||||
go fmt ./...
|
||||
go build
|
||||
|
||||
@@ -158,4 +159,4 @@ rinkeby_env_migrate:
|
||||
|
||||
.PHONY: rinkeby_env_down
|
||||
rinkeby_env_down:
|
||||
docker-compose -f $(RINKEBY_COMPOSE_FILE) down
|
||||
docker-compose -f $(RINKEBY_COMPOSE_FILE) down
|
||||
|
||||
Reference in New Issue
Block a user