From e3e0b3c9baf4f616b01b6f433d797cde26487557 Mon Sep 17 00:00:00 2001 From: Suraj B M Date: Fri, 3 Oct 2025 00:01:02 +0530 Subject: [PATCH] build: modify binary name in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 340b05e..5bf11c8 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ dev: go build -o ./dist/envy . -BINARY := myapp +BINARY := envy VERSION := $(shell git describe --tags --always --dirty) OUTPUT := dist