summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7414108..2a0f98a 100644
--- a/Makefile
+++ b/Makefile
@@ -53,8 +53,8 @@ redomod:
GO111MODULE= go mod tidy
clean:
- rm -f go.*
- rm -f zookeeper
+ rm -f go.* *.deb
+ rm -f zookeeper zookeeper-go
go-mod-clean purge
# git clone the sources and all the golang dependancies into ~/go/src