We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56256c5 + d70d4f6 commit 1f54bb5Copy full SHA for 1f54bb5
1 file changed
client/Makefile
@@ -14,8 +14,8 @@ build:
14
CGO_ENABLED=0 godep go build -a -installsuffix cgo -ldflags '-s' -o deis .
15
@$(call check-static-binary,deis)
16
17
-install:
18
- godep go install -v .
+install: build
+ cp deis $$GOPATH/bin
19
20
installer: build
21
@if [ ! -d makeself ]; then git clone -b single-binary https://github.com/deis/makeself.git; fi
0 commit comments