Skip to content

Commit 3001a10

Browse files
authored
Merge pull request #674 from BenTheElder/install
add an install target to makefile
2 parents dc3a2f5 + 87a58d6 commit 3001a10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ all: build test
2525
build:
2626
go build -o bin/kubebuilder ./cmd
2727

28+
install: build
29+
cp ./bin/kubebuilder $(shell go env GOPATH)/bin/kubebuilder
30+
2831
generate:
2932
./generated_golden.sh
3033

0 commit comments

Comments
 (0)