Skip to content

Commit 94a9fcf

Browse files
committed
Merge pull request #4063 from Joshua-Anderson/silence-client-build
feat(client-go): don't print static binary check
2 parents 30788b0 + 66e7944 commit 94a9fcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client-go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ IMAGE = $(IMAGE_PREFIX)/$(COMPONENT):$(BUILD_TAG)
1212

1313
build:
1414
CGO_ENABLED=0 godep go build -a -installsuffix cgo -ldflags '-s' -o deis .
15-
$(call check-static-binary,deis)
15+
@$(call check-static-binary,deis)
1616

1717
install:
1818
godep go install -v .

0 commit comments

Comments
 (0)