diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-27 17:30:24 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:19 +0800 |
commit | a7468ea427424adda6ad5606057cf2eac0b36e97 (patch) | |
tree | 18e63744e1432414c49e18e570da6a5537d4c502 /Makefile | |
parent | ceb3106eec3a31ecc500d40a0a0750a1b9f2a04f (diff) | |
download | go-tangerine-a7468ea427424adda6ad5606057cf2eac0b36e97.tar.gz go-tangerine-a7468ea427424adda6ad5606057cf2eac0b36e97.tar.zst go-tangerine-a7468ea427424adda6ad5606057cf2eac0b36e97.zip |
Makefile: add libbls to test target dependencies (#57)
Diffstat (limited to 'Makefile')
-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. |