mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Restructure directory, add 'pkgs' folder now
This commit is contained in:
16
pkgs/erasure/Makefile
Normal file
16
pkgs/erasure/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
all: build test
|
||||
.PHONY: all
|
||||
|
||||
test: cauchy vandermonde
|
||||
|
||||
cauchy:
|
||||
@godep go test -test.run="TestCauchy*"
|
||||
|
||||
vandermonde:
|
||||
@godep go test -test.run="TestVanderMonde*"
|
||||
|
||||
isal/isal-l.so:
|
||||
@$(MAKE) --quiet -C isal lib
|
||||
|
||||
build: isal/isal-l.so
|
||||
@godep go build
|
||||
Reference in New Issue
Block a user