mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Restructure directory, add 'pkgs' folder now
This commit is contained in:
6
Makefile
6
Makefile
@@ -3,10 +3,12 @@
|
||||
all: test install
|
||||
|
||||
build-erasure:
|
||||
cd erasure && make
|
||||
cd pkgs/erasure && make
|
||||
|
||||
build-signify:
|
||||
cd pkgs/signify && make
|
||||
|
||||
test: build-erasure
|
||||
test: build-erasure build-signify
|
||||
godep go test -race -coverprofile=cover.out github.com/minio-io/minio
|
||||
|
||||
install: build-erasure
|
||||
|
||||
Reference in New Issue
Block a user