Client now builds commit.txt

This commit is contained in:
Imbus 2025-01-25 06:19:22 +01:00
parent f697ff43c9
commit 90c6931fe2

View file

@ -1,10 +1,13 @@
NAME = rexclient
run:
commit.txt:
go generate
run: commit.txt
go run .
debug:
debug: commit.txt
go run -tags debug,hints .
build:
build: commit.txt
go build -tags no_emoji -trimpath -ldflags="-s -w" -buildvcs=false -o $(NAME)