Skip to content

Commit 0b2cab6

Browse files
committed
Fix BIN_DIR to TOOLS_DIR
1 parent 0ad68d6 commit 0b2cab6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ else
118118
endif
119119

120120
# amd64 state-cli build
121-
.PHONY: ${BIN_DIR}/state-cli-linux-amd64
121+
.PHONY: ${TOOLS_DIR}/state-cli-linux-amd64
122122
${TOOLS_DIR}/state-cli-linux-amd64: ${bin_deps}
123123
ifndef NO_DOCKER
124124
${docker_build_cmd_amd64} -o $@ ./shared/services/state/cli/.
@@ -127,7 +127,7 @@ else
127127
endif
128128

129129
# arm64 state-cli build
130-
.PHONY: ${BIN_DIR}/state-cli-linux-arm64
130+
.PHONY: ${TOOLS_DIR}/state-cli-linux-arm64
131131
${TOOLS_DIR}/state-cli-linux-arm64: ${bin_deps}
132132
ifndef NO_DOCKER
133133
${docker_build_cmd_arm64} -o $@ ./shared/services/state/cli/.

0 commit comments

Comments
 (0)