summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf61c6e..73e37e0 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ redomod:
clean:
rm -f go.*
rm -f zookeeper
+ go-mod-clean --purge
# git clone the sources and all the golang dependancies into ~/go/src
# if you don't have go-clone, you can get it from http://go.wit.com/