minio/pkgs/erasure/Makefile

15 lines
184 B
Makefile
Raw Normal View History

all: build test
.PHONY: all
test:
@godep go test -race -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