diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-27 17:30:24 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | a4d8cebd7a6d5a6de5ad5b2c831ee014729591ac (patch) | |
tree | 20cee8de8787eef53d565c237f3083f0fd417256 | |
parent | 0526a03a2c6e8579438848b36fa8ae3ced650d90 (diff) | |
download | dexon-a4d8cebd7a6d5a6de5ad5b2c831ee014729591ac.tar.gz dexon-a4d8cebd7a6d5a6de5ad5b2c831ee014729591ac.tar.zst dexon-a4d8cebd7a6d5a6de5ad5b2c831ee014729591ac.zip |
Makefile: add libbls to test target dependencies (#57)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ ios: @echo "Done building." @echo "Import \"$(GOBIN)/Geth.framework\" to use the library." -test: all +test: all libbls build/env.sh go run build/ci.go test lint: ## Run linters. |