mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
20 lines
291 B
Makefile
20 lines
291 B
Makefile
#GOPATH := $(CURDIR)/tmp/gopath
|
|
|
|
all: test install
|
|
|
|
test:
|
|
godep go test -race github.com/minios/minios
|
|
godep go test -race github.com/minios/minios/minio
|
|
|
|
install:
|
|
godep go install -race github.com/minios/minios/minio
|
|
|
|
save:
|
|
godep save ./...
|
|
|
|
restore:
|
|
godep restore
|
|
|
|
env:
|
|
godep go env
|