Remove go cover and remove unncessary Makefiles

This commit is contained in:
Harshavardhana
2015-02-20 17:43:22 -08:00
parent afe7293aef
commit 741e14f749
3 changed files with 3 additions and 14 deletions

View File

@@ -12,7 +12,6 @@ checkgopath:
getdeps: checkdeps checkgopath
@go get github.com/tools/godep && echo "Installed godep"
@go get golang.org/x/tools/cmd/cover && echo "Installed gocover"
build-all: getdeps
@echo "Building Libraries"