Skip to content

Commit

Permalink
build / install separately
Browse files Browse the repository at this point in the history
  • Loading branch information
praktiskt committed Nov 10, 2020
1 parent fabf5f1 commit 5cc76a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ deploy:
undeploy:
./flink-cluster/deploy.sh delete

install:
go build -o flinkctl && mv flinkctl ~/bin/
build:
go build -o flinkctl

install: build
mv flinkctl ~/bin/

0 comments on commit 5cc76a3

Please sign in to comment.