Setting up initial cli options and http handlers

This commit is contained in:
Frederick F. Kautz IV
2014-11-02 18:56:33 -05:00
parent d02e148236
commit fc6a2a45cb
7 changed files with 119 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
GOPATH := $(CURDIR)/tmp/gopath
all: build copy_bin
all: build test copy_bin
copy_bin:
cp tmp/gopath/bin/* bin/
@@ -12,6 +12,9 @@ stage_build:
rsync -a . tmp/gopath/src/github.com/minios/minios/
rsync -a third_party/* tmp/gopath
test:
go test github.com/minios/minios
go test github.com/minios/minios/minio
build: stage_build
go install github.com/minios/minios/minio