minio/pkgs/erasure/Makefile

20 lines
246 B
Makefile
Raw Normal View History

all: build test
.PHONY: all
2014-12-01 17:45:50 -05:00
test: test-race test-cover
test-race:
@godep go test -race
test-cover:
@godep go test -coverprofile=cover.out
2014-11-30 18:20:20 -05:00
isal/isal-l.a:
2014-12-01 17:45:50 -05:00
@$(MAKE) -C isal lib
2014-11-30 18:20:20 -05:00
build: isal/isal-l.a
@godep go build
2014-12-01 17:45:50 -05:00
clean:
@rm -v cover.out