minio/pkgs/erasure/Makefile

12 lines
138 B
Makefile
Raw Normal View History

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