minio/pkgs/split/Makefile
2014-12-01 01:00:56 -08:00

12 lines
149 B
Makefile

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