From e2d322b25a9ed46f06cbcd87cb1221945dd1c4ff Mon Sep 17 00:00:00 2001
From: Martin Holst Swende <martin@swende.se>
Date: Mon, 4 Mar 2019 12:02:58 +0100
Subject: [PATCH] build: add clef to alltools and deb

---
 build/ci.go | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build/ci.go b/build/ci.go
index 0413d5155..f5553fd30 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -80,6 +80,7 @@ var (
 		executablePath("puppeth"),
 		executablePath("rlpdump"),
 		executablePath("wnode"),
+		executablePath("clef"),
 	}
 
 	// Files that end up in the swarm*.zip archive.
@@ -118,6 +119,10 @@ var (
 			BinaryName:  "wnode",
 			Description: "Ethereum Whisper diagnostic tool",
 		},
+		{
+			BinaryName:  "clef",
+			Description: "Ethereum account management tool.",
+		},
 	}
 
 	// A debian package is created for all executables listed here.
-- 
GitLab