Skip to content

Commit

Permalink
Make file added
Browse files Browse the repository at this point in the history
Signed-off-by: Emre YILMAZ <[email protected]>
  • Loading branch information
delirehberi committed May 27, 2024
1 parent 9d687e3 commit ce761e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
build:
cargo build --release

install:
sudo cp target/release/tiller /usr/local/bin/
sudo chmod +x /usr/local/bin/tiller

bi: build install

0 comments on commit ce761e6

Please sign in to comment.