minio/pkgs/split/Makefile
2014-12-05 16:02:46 -08:00

12 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