We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30788b0 + 66e7944 commit 94a9fcfCopy full SHA for 94a9fcf
1 file changed
client-go/Makefile
@@ -12,7 +12,7 @@ IMAGE = $(IMAGE_PREFIX)/$(COMPONENT):$(BUILD_TAG)
12
13
build:
14
CGO_ENABLED=0 godep go build -a -installsuffix cgo -ldflags '-s' -o deis .
15
- $(call check-static-binary,deis)
+ @$(call check-static-binary,deis)
16
17
install:
18
godep go install -v .
0 commit comments