From 2add702c2ff3054316597eae41d826611eaea104 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Mon, 11 Jun 2018 14:02:35 +0200 Subject: [PATCH] Add litecoin to backend makefile --- contrib/backends/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/backends/Makefile b/contrib/backends/Makefile index 0531302a..9e5ede01 100644 --- a/contrib/backends/Makefile +++ b/contrib/backends/Makefile @@ -1,4 +1,4 @@ -TARGETS = bitcoin zcash bcash ethereum bgold dash +TARGETS = bitcoin zcash bcash ethereum bgold dash litecoin IMAGE = blockbook-backend-build-deb NO_CACHE = false