minio/pkgs/storage/appendstorage/Makefile

12 lines
138 B
Makefile
Raw Normal View History

2014-12-13 04:39:14 -05:00
all: build test
.PHONY: all
build:
@godep go build
test: build
@godep go test -race -coverprofile=cover.out
clean:
@rm -v cover.out