mirror of
https://github.com/pgsty/minio.git
synced 2026-03-16 01:26:03 +01:00
20 lines
273 B
Makefile
20 lines
273 B
Makefile
#GOPATH := $(CURDIR)/tmp/gopath
|
|
|
|
all: test install
|
|
|
|
test:
|
|
godep go test github.com/minios/minios
|
|
godep go test github.com/minios/minios/minio
|
|
|
|
install:
|
|
godep go install github.com/minios/minios/minio
|
|
|
|
save:
|
|
godep save ./...
|
|
|
|
restore:
|
|
godep restore
|
|
|
|
env:
|
|
godep go env
|