mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
A full restructure
This commit is contained in:
14
pkg/erasure/Makefile
Normal file
14
pkg/erasure/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
all: build test
|
||||
.PHONY: all
|
||||
|
||||
test:
|
||||
@godep go test -race -coverprofile=cover.out
|
||||
|
||||
isal/isal-l.a:
|
||||
@$(MAKE) -C isal lib
|
||||
|
||||
build: isal/isal-l.a
|
||||
@godep go build
|
||||
|
||||
clean:
|
||||
@rm -v cover.out
|
||||
Reference in New Issue
Block a user