minio/pkgs/erasure/Makefile

12 lines
138 B
Makefile
Raw Normal View History

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