diff --git a/Makefile b/Makefile index 04b1fcef..b262badd 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ GIT_VERSION:=$(shell git describe --tags --exact-match 2>/dev/null || git rev-pa .PHONY: build-relayer build-relayer: - cd $(RELAYER_DIR) && CGO_ENABLED=0 go build --trimpath -mod=readonly -ldflags '-extldflags=-static' -o $(BUILD_DIR)/coreumbridge-xrp-lrelayer ./cmd + cd $(RELAYER_DIR) && CGO_ENABLED=0 go build --trimpath -mod=readonly -ldflags '-extldflags=-static' -o $(BUILD_DIR)/coreumbridge-xrpl-relayer ./cmd .PHONY: build-relayer-release build-relayer-release: