minio/pkg/split/Makefile
2014-12-29 21:22:26 -08:00

11 lines
160 B
Makefile

all: build test
.PHONY: all
build:
@godep go build
test: build
@godep go test -race -coverprofile=cover.out
clean:
@rm -fv NEWFILE TESTPREFIX.* cover.out