Client now builds commit.txt
This commit is contained in:
parent
f697ff43c9
commit
90c6931fe2
1 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue