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 all: deps lint test install
fmt: deps:
go fmt ./... go get ./...
test: test: deps
go test ./... go test ./...
vet: vet: deps
go vet ./... go vet ./...
check-fmt: check-fmt:
@ -19,10 +19,7 @@ check-fmt:
lint: check-fmt vet lint: check-fmt vet
deps: install: deps
go get
install:
go install ./... go install ./...
databases := GeoLite2-City GeoLite2-Country databases := GeoLite2-City GeoLite2-Country