Skip to content

Commit

Permalink
Update gkai execution to env
Browse files Browse the repository at this point in the history
  • Loading branch information
phucnguyenit committed May 15, 2018
1 parent c283561 commit 1412018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ gkai:
build/env.sh go run build/ci.go install ./cmd/gkai
@echo "Done building."
@echo "Run \"$(GOBIN)/gkai\" to launch gkai."
cp -f $(GOBIN)/* /usr/local/bin

#swarm:
# build/env.sh go run build/ci.go install ./cmd/swarm
Expand All @@ -32,7 +33,6 @@ gkai:

all:
build/env.sh go run build/ci.go install
cp -f $(GOBIN)/* /usr/local/bin

#android:
# build/env.sh go run build/ci.go aar --local
Expand Down

0 comments on commit 1412018

Please sign in to comment.