Files
minio/pkgs/split/Makefile
2014-12-01 21:07:55 -08:00

12 lines
163 B
Makefile

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