mirror of
https://github.com/mpolden/echoip.git
synced 2025-01-27 02:15:01 +01:00
Enable parallel build
This commit is contained in:
parent
83e4566d57
commit
e5c8310acb
13
Makefile
13
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user