minio/pkgs/erasure/Makefile

12 lines
136 B
Makefile
Raw Normal View History

all: build test
.PHONY: all
2014-11-27 22:43:54 -05:00
test:
@godep go test
2014-11-30 18:20:20 -05:00
isal/isal-l.a:
2014-11-23 00:47:35 -05:00
@$(MAKE) --quiet -C isal lib
2014-11-30 18:20:20 -05:00
build: isal/isal-l.a
@godep go build