Skip to content

Commit 4d4b878

Browse files
committed
fix: Update BINARY_NAME and CMD_DIR in Makefile for consistency
1 parent 574e029 commit 4d4b878

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
.DEFAULT_GOAL := help
55

66
# Variables
7-
BINARY_NAME=dispatch
8-
CMD_DIR=./cmd/dispatch
7+
BINARY_NAME=relay
8+
CMD_DIR=./cmd/relay
99
BUILD_DIR=./bin
1010
GO=go
1111
GOFLAGS=-v
@@ -100,7 +100,7 @@ clean c:
100100
fmt f:
101101
@echo "$(BLUE)Formatting code...$(NC)"
102102
@gofmt -s -w .
103-
@command -v goimports >/dev/null 2>&1 && goimports -w -local github.com/xraph/ctrlplane . || echo "$(YELLOW)goimports not found, skipping (run: go install golang.org/x/tools/cmd/goimports@latest)$(NC)"
103+
@command -v goimports >/dev/null 2>&1 && goimports -w -local github.com/xraph/relay . || echo "$(YELLOW)goimports not found, skipping (run: go install golang.org/x/tools/cmd/goimports@latest)$(NC)"
104104
@echo "$(GREEN)✓ Formatting complete$(NC)"
105105

106106
## lint (l): Run linter

0 commit comments

Comments
 (0)