Skip to content

Commit

Permalink
fix typos (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogarcia authored Sep 20, 2024
1 parent 51b97c4 commit e062284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ $(BIN_DIR):

# Build both the daemon and CLI tool
.PHONY: build
build: $(BIN_DIR) buid-pinner build-cli build-light
build: $(BIN_DIR) build-pinner build-cli build-light

# Build the daemon binary with a custom name
.PHONY: buid-pinner
buid-pinner: $(BIN_DIR)
.PHONY: build-pinner
build-pinner: $(BIN_DIR)
go build $(EXTRA_TAGS) -ldflags "-s -w -X $(COMMON_PACKAGE).BinaryName=pinner -X $(COMMON_PACKAGE).Version=$(VERSION) -X $(COMMON_PACKAGE).GitCommit=$(GIT_COMMIT)" -o $(DAEMON_BINARY) $(DAEMON_SOURCE)

# Build the CLI tool binary with a custom name
Expand Down

0 comments on commit e062284

Please sign in to comment.