Remove old makefiles

This commit is contained in:
Tom Wilkie
2015-05-19 10:05:07 +00:00
parent a49a6c86c1
commit cb86331fde
5 changed files with 0 additions and 99 deletions
-19
View File
@@ -1,19 +0,0 @@
.PHONY: all vet lint build test clean
all: build test vet lint
vet:
go vet ./...
lint:
golint .
build:
go build
test:
go test
clean:
go clean