1
0
mirror of https://github.com/minio/minio.git synced 2025-01-18 18:23:16 -05:00
2015-01-14 12:40:43 -08:00

12 lines
138 B
Makefile

all: build test
.PHONY: all
build:
@godep go build
test: build
@godep go test -race -coverprofile=cover.out
clean:
@rm -v cover.out