aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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'.