diff --git a/rex_client/Makefile b/rex_client/Makefile index 6a46642..b15f637 100644 --- a/rex_client/Makefile +++ b/rex_client/Makefile @@ -1,8 +1,5 @@ NAME = rexclient -commit.txt: - go generate - run: commit.txt go run . @@ -11,3 +8,9 @@ debug: commit.txt build: commit.txt go build -tags no_emoji -trimpath -ldflags="-s -w" -buildvcs=false -o $(NAME) + +commit.txt: + go generate + +clean: + rm -f rexclient