Enable parallel build

This commit is contained in:
Martin Polden 2018-09-11 22:08:12 +02:00
parent 83e4566d57
commit e5c8310acb
1 changed files with 5 additions and 8 deletions

View File

@ -5,13 +5,13 @@ endif
all: deps lint test install
fmt:
go fmt ./...
deps:
go get ./...
test:
test: deps
go test ./...
vet:
vet: deps
go vet ./...
check-fmt:
@ -19,10 +19,7 @@ check-fmt:
lint: check-fmt vet
deps:
go get
install:
install: deps
go install ./...
databases := GeoLite2-City GeoLite2-Country