From 96dcc62e11dd86fce9527f5352f7b36081467b94 Mon Sep 17 00:00:00 2001 From: bolkedebruin <bolkedebruin@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:43:40 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3f6539..d1e05eb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BINDIR := $(CURDIR)/bin INSTALL_PATH ?= /usr/local/bin BINNAME ?= rdpgw -BINNAME2 ?= auth +BINNAME2 ?= rdpgw-auth # Rebuild the binary if any of these files change SRC := $(shell find . -type f -name '*.go' -print) go.mod go.sum -- GitLab