From 0f4b7dd20e5b4390bb868460faa8d6c2d296af7b Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Tue, 23 Oct 2018 15:17:52 +0800 Subject: vendor: use govendor to import dexon-consensus-core --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 966bf9cbb..b19c1e038 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ GOBIN = $(shell pwd)/build/bin GO ?= latest -geth: +geth: libbls build/env.sh go run build/ci.go install ./cmd/geth @echo "Done building." @echo "Run \"$(GOBIN)/geth\" to launch geth." @@ -40,6 +40,9 @@ test: all lint: ## Run linters. build/env.sh go run build/ci.go lint +libbls: + make -C vendor/github.com/dexon-foundation/bls lib/libbls384.a + clean: ./build/clean_go_build_cache.sh rm -fr build/_workspace/pkg/ $(GOBIN)/* -- cgit v1.2.3