Skip to content

Commit 444b740

Browse files
committed
feat: add Makefile
1 parent 13a5c7f commit 444b740

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build:
2+
go build -o cmd/kubectl-kic-supportpkg
3+
4+
install: build
5+
sudo cp cmd/kubectl-kic-supportpkg /usr/local/bin

0 commit comments

Comments
 (0)