From abf96fd76758b5a417e82c60988a96e3253416e3 Mon Sep 17 00:00:00 2001 From: parazyd Date: Fri, 7 Jan 2022 00:09:38 +0100 Subject: [PATCH] Makefile: Default to building gatewayd as well. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 30dbf695f..43bec4a7e 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ PREFIX = /usr/local # Cargo binary CARGO = cargo -# Here it's possible to append "cashierd" and "gatewayd". -BINS = drk darkfid +# Binaries to be built +BINS = drk darkfid gatewayd # Dependencies which should force the binaries to be rebuilt BINDEPS = \