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