From 3f77296ddefd80ca895f86de2d8c64b3a5be6866 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Fri, 22 Mar 2024 18:50:33 +0100 Subject: fix: Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 874f6d3..e498b35 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install: build install -Dm755 $(OUT) $(BINDIR)/$(BIN) build: - $(GO_BUILD) -o $(OUT) $(SERVER) + $(GO_BUILD) -o $(OUT) . compress: build upx -1 $(OUT) -- cgit v1.2.3