Skip to content

Commit

Permalink
添加go get
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmin committed Jun 23, 2020
1 parent 58be1a7 commit 4224b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ BINARY_NAME=helm-api
INSTALL_DIR=/opt/helm-api/

build:
go get
go build -o ${BINARY_NAME}
install:
install -D ${BINARY_NAME} ${INSTALL_DIR}/${BINARY_NAME}
Expand Down

0 comments on commit 4224b01

Please sign in to comment.