diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-27 17:30:24 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:54 +0800 |
commit | e87e0a9ce260ce7b9f438a2fc28eabdda1509db7 (patch) | |
tree | 6225b23815d55ec56082bf8858db683d933a43df | |
parent | 6f016312ed895123d1ace5d4455d878489a4e0c4 (diff) | |
download | dexon-e87e0a9ce260ce7b9f438a2fc28eabdda1509db7.tar.gz dexon-e87e0a9ce260ce7b9f438a2fc28eabdda1509db7.tar.zst dexon-e87e0a9ce260ce7b9f438a2fc28eabdda1509db7.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. |