Merge pull request #123 from harshavardhana/pr_out_remove_stale_sha1_dir

This commit is contained in:
Harshavardhana 2014-12-14 02:38:46 -08:00
commit baa74072b1

View File

@ -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