minio/pkgs/erasure/Makefile
2014-11-30 15:20:20 -08:00

12 lines
136 B
Makefile

all: build test
.PHONY: all
test:
@godep go test
isal/isal-l.a:
@$(MAKE) --quiet -C isal lib
build: isal/isal-l.a
@godep go build