Remove old makefiles

This commit is contained in:
Tom Wilkie
2015-05-18 17:54:02 +00:00
parent a49a6c86c1
commit cb86331fde
5 changed files with 0 additions and 99 deletions

View File

@@ -1,21 +0,0 @@
.PHONY: all vet lint build test clean
all: build test vet lint
vet:
go vet ./...
lint:
golint .
build:
go build
test:
#GOOS=darwin go build
#GOOS=linux go build
go test
clean:
go clean