From b323b84a391ace269310514bbe16980e3bcc9a28 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 26 Aug 2023 13:18:44 +0200 Subject: [PATCH] update build file name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8bb0b8..2c636a3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GCFLAGS = all= ASMFLAGS = all= BUILD_DIR = build -LINUX_BIN = app-latest-linux-amd64 +LINUX_BIN = app-linux-amd64 all: build