aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-12-27 21:03:13 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:55 +0800
commitf41cab3f7b7f614c4f6e1802a890839ba51ca5e6 (patch)
treee683064fb446da65c1bc469b14c3159b1f48734e /Makefile
parente846701f0556712bcc15f676793f300dbbaf27b4 (diff)
downloaddexon-f41cab3f7b7f614c4f6e1802a890839ba51ca5e6.tar
dexon-f41cab3f7b7f614c4f6e1802a890839ba51ca5e6.tar.gz
dexon-f41cab3f7b7f614c4f6e1802a890839ba51ca5e6.tar.bz2
dexon-f41cab3f7b7f614c4f6e1802a890839ba51ca5e6.tar.lz
dexon-f41cab3f7b7f614c4f6e1802a890839ba51ca5e6.tar.xz
dexon-f41cab3f7b7f614c4f6e1802a890839ba51ca5e6.tar.zst
dexon-f41cab3f7b7f614c4f6e1802a890839ba51ca5e6.zip
Dockerfile: clean bls before build (#109)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 252a5bb0d..9f8347140 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,8 @@ libbls:
clean:
./build/clean_go_build_cache.sh
rm -fr build/_workspace/pkg/ $(GOBIN)/*
+ make -C vendor/github.com/dexon-foundation/bls clean
+ make -C vendor/github.com/dexon-foundation/mcl clean
# The devtools target installs tools required for 'go generate'.
# You need to put $GOBIN (or $GOPATH/bin) in your PATH to use 'go generate'.