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

14 lines
184 B
Makefile

all: build test
.PHONY: all
test:
@godep go test -race -coverprofile=cover.out
isal/isal-l.a:
@$(MAKE) -C isal lib
build: isal/isal-l.a
@godep go build
clean:
@rm -v cover.out