mirror of
https://github.com/pgsty/minio.git
synced 2026-03-16 09:36:10 +01:00
8 lines
67 B
Makefile
8 lines
67 B
Makefile
GOPATH := $(CURDIR)/third_party
|
|
|
|
all:
|
|
go build
|
|
|
|
clean:
|
|
rm minios
|