diff --git a/rex_client/Makefile b/rex_client/Makefile index b15f637..0a14788 100644 --- a/rex_client/Makefile +++ b/rex_client/Makefile @@ -1,16 +1,16 @@ NAME = rexclient +build: commit.txt + go build -tags no_emoji -trimpath -ldflags="-s -w" -buildvcs=false -o $(NAME) + 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) - commit.txt: go generate clean: - rm -f rexclient + rm -f $(NAME)