mirror of
https://github.com/minio/minio.git
synced 2025-11-28 05:04:14 -05:00
A full restructure
This commit is contained in:
11
pkg/strbyteconv/Makefile
Normal file
11
pkg/strbyteconv/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
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