From 7ea3f509667f964feff1d78558721a896c2168e6 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 27 Jan 2024 14:46:50 +0000 Subject: [PATCH] upd makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a084843..104e34c 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ go-build: - go build cmd/server/main.go \ No newline at end of file + go build ./cmd/q3rcon-proxy/ \ No newline at end of file