Skip to content

Commit

Permalink
Addressing some comments about the CLI build changes
Browse files Browse the repository at this point in the history
Change-Id: I19ccec4c4b55031da21321cfc22cc348aa51b1c4
  • Loading branch information
glechev committed May 9, 2017
1 parent 93adc9d commit 56052a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cli/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ GOPATH :=$(CURDIR)/..

all: linux darwin windows

deps:
git submodule init && git submodule update

prepare:
GOPATH=$(GOPATH) go env

Expand All @@ -35,4 +38,4 @@ test: prepare
GOPATH=$(GOPATH) go test -v -p=1 -tags=e2e admiral/...

clean:
rm -rf ../bin ../pkg
rm -rf ../bin ../pkg

0 comments on commit 56052a0

Please sign in to comment.