From b126f6c3b448500304c710c4c034785c8bbd0222 Mon Sep 17 00:00:00 2001 From: Caiyi Ku Date: Tue, 14 Feb 2023 16:00:21 -0800 Subject: [PATCH] fixed typo in Makefile: main.HomeBindPort -> main.BPORT --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6705ab..ffc6592 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ LDFLAGS := $(LDFLAGS) -X 'main.LPORT=$(LPORT)' endif ifdef BPORT -LDFLAGS := $(LDFLAGS) -X 'main.HomeBindPort=$(BPORT)' +LDFLAGS := $(LDFLAGS) -X 'main.BPORT=$(BPORT)' endif ifdef NOCLI