Skip to content

Commit b27eaf7

Browse files
committed
FAB-13781 Fix make peer target
make peer was not rebuilding the peer when code changed. FAB-13781 #done Change-Id: I7c6022f365d7aaf067fcde6f37c1ba9068044e22 Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
1 parent ecdfb3f commit b27eaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ changelog:
232232
$(BUILD_DIR)/bin:
233233
@mkdir -p $@
234234

235-
$(BUILD_DIR)/bin/%:
235+
$(BUILD_DIR)/bin/%: $(PROJECT_FILES)
236236
@mkdir -p $(@D)
237237
@echo "$@"
238238
$(CGO_FLAGS) GOBIN=$(abspath $(@D)) go install -tags "$(GO_TAGS)" -ldflags "$(GO_LDFLAGS)" $(pkgmap.$(@F))

0 commit comments

Comments
 (0)