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>2018-12-28 14:15:39 +0800
commit6b9edbf08f71aa9dd828165c14b41ace7faf60cd (patch)
tree649b9893622fdba91d1d722718808039b53cd038 /Makefile
parentd6a3661830f80ef57be208cec457d49c44a8d435 (diff)
downloaddexon-6b9edbf08f71aa9dd828165c14b41ace7faf60cd.tar
dexon-6b9edbf08f71aa9dd828165c14b41ace7faf60cd.tar.gz
dexon-6b9edbf08f71aa9dd828165c14b41ace7faf60cd.tar.bz2
dexon-6b9edbf08f71aa9dd828165c14b41ace7faf60cd.tar.lz
dexon-6b9edbf08f71aa9dd828165c14b41ace7faf60cd.tar.xz
dexon-6b9edbf08f71aa9dd828165c14b41ace7faf60cd.tar.zst
dexon-6b9edbf08f71aa9dd828165c14b41ace7faf60cd.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'.