mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
Build restructure top level
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
all: build test
|
||||
.PHONY: all
|
||||
|
||||
test:
|
||||
@godep go test
|
||||
test: test-race test-cover
|
||||
|
||||
test-race:
|
||||
@godep go test -race
|
||||
|
||||
test-cover:
|
||||
@godep go test -coverprofile=cover.out
|
||||
|
||||
isal/isal-l.a:
|
||||
@$(MAKE) --quiet -C isal lib
|
||||
@$(MAKE) -C isal lib
|
||||
|
||||
build: isal/isal-l.a
|
||||
@godep go build
|
||||
|
||||
clean:
|
||||
@rm -v cover.out
|
||||
|
||||
Reference in New Issue
Block a user