mirror of
https://github.com/minio/minio.git
synced 2025-03-29 00:33:42 -04:00
8 lines
67 B
Makefile
8 lines
67 B
Makefile
GOPATH := $(CURDIR)/third_party
|
|
|
|
all:
|
|
go build
|
|
|
|
clean:
|
|
rm minios
|