add log_level flag

This commit is contained in:
Ethan Buchman
2018-04-05 14:16:20 +03:00
parent 15aa929f42
commit 1f93e965fb
5 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ PACKAGES=$(shell go list ./... | grep -v '/vendor/')
COMMIT_HASH := $(shell git rev-parse --short HEAD)
BUILD_FLAGS = -ldflags "-X github.com/cosmos/cosmos-sdk/version.GitCommit=${COMMIT_HASH}"
all: check_tools get_vendor_deps build test
all: check_tools get_vendor_deps build build_examples test
########################################
### CI