minio/pkgs/erasure/Makefile

12 lines
136 B
Makefile
Raw Normal View History

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