diff --git a/Makefile b/Makefile
index d3f65393ee806eae646e905274467a4b5e86d2b3..d1e05ebc6f14a153693096a86b3e93b20a2c0fed 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