summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 08:12:08 -0500
committerJeff Carr <[email protected]>2025-10-15 08:12:08 -0500
commit7b2263c9beaa63f041074b5cd21e692188a0a9e6 (patch)
treeaae57b2a276bf71a4b934320fc8e0c80ba9a699c
parent6b7c94c5028be155032f79c1a51ce36db6efed0a (diff)
around the block with zookeeperv0.0.94
-rw-r--r--.gitignore2
-rw-r--r--Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 14f421e..347a2a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ files/
zood
zookeeper
+zookeeper-go
+*.deb
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