mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
Makefile: Create bin directory if it doesn't exist (#6050)
This commit is contained in:
parent
001d9a4ae7
commit
d94500ae26
2
Makefile
2
Makefile
@ -89,7 +89,7 @@ pkg-list:
|
|||||||
# Builds minio and installs it to $GOPATH/bin.
|
# Builds minio and installs it to $GOPATH/bin.
|
||||||
install: build
|
install: build
|
||||||
@echo "Installing minio binary to '$(GOPATH)/bin/minio'"
|
@echo "Installing minio binary to '$(GOPATH)/bin/minio'"
|
||||||
@cp $(PWD)/minio $(GOPATH)/bin/minio
|
@mkdir -p $(GOPATH)/bin && cp $(PWD)/minio $(GOPATH)/bin/minio
|
||||||
@echo "Installation successful. To learn more, try \"minio --help\"."
|
@echo "Installation successful. To learn more, try \"minio --help\"."
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user