1 Commits
v1.0.1 ... main

Author SHA1 Message Date
e3e0b3c9ba build: modify binary name in Makefile 2025-10-03 00:01:02 +05:30

View File

@@ -9,7 +9,7 @@ dev:
go build -o ./dist/envy .
BINARY := myapp
BINARY := envy
VERSION := $(shell git describe --tags --always --dirty)
OUTPUT := dist