diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -5,3 +5,5 @@ files/ zood zookeeper +zookeeper-go +*.deb @@ -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 |
