From c348bf2d0497c1e30fb76f647f4a915e644d5982 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Thu, 31 May 2018 19:49:08 +0200 Subject: [PATCH] Add ethereum to backends makefile --- contrib/backends/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/backends/Makefile b/contrib/backends/Makefile index 8331a7bf..f59747d2 100644 --- a/contrib/backends/Makefile +++ b/contrib/backends/Makefile @@ -1,4 +1,4 @@ -TARGETS = bitcoin zcash bcash +TARGETS = bitcoin zcash bcash ethereum IMAGE = blockbook-backend-build-deb NO_CACHE = false