mirror of
https://github.com/minio/minio.git
synced 2025-11-28 05:04:14 -05:00
Full restructure in accordance with
- pkg/{subsystem}/{package} style
- modify Makefile to reflect the new style,
consolidate various entries
- add a dummy ``main.go`` at top level
This commit is contained in:
11
pkg/fileutils/split/Makefile
Normal file
11
pkg/fileutils/split/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 -fv NEWFILE TESTPREFIX.* cover.out
|
||||
Reference in New Issue
Block a user