mirror of
https://github.com/minio/minio.git
synced 2025-01-25 21:53:16 -05: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
|