change binary name.

This commit is contained in:
fiatjaf
2021-11-08 18:23:26 -03:00
parent a3f2645881
commit 7a3e07c5b2
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
relay
relayer
*.env

View File

@@ -1,2 +1,2 @@
relay: $(shell find . -name "*.go")
go build -ldflags="-s -w" -o ./relay
relayer: $(shell find . -name "*.go")
go build -ldflags="-s -w" -o ./relayer