rexforge/rex_client/Makefile
2025-01-25 06:19:22 +01:00

13 lines
215 B
Makefile

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