mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Remove go cover and remove unncessary Makefiles
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
all: build test
|
||||
.PHONY: all
|
||||
|
||||
build:
|
||||
@godep go build
|
||||
|
||||
test: build
|
||||
@godep go test -race -coverprofile=cover.out
|
||||
|
||||
clean:
|
||||
@rm -v cover.out
|
||||
Reference in New Issue
Block a user