mirror of
https://github.com/mpolden/echoip.git
synced 2025-01-13 03:37:21 +01:00
Remove unnecessary target
This commit is contained in:
parent
95380233d8
commit
c113173660
11
Makefile
11
Makefile
@ -4,15 +4,12 @@ ifeq ($(OS),Linux)
|
|||||||
TAR_OPTS := --wildcards
|
TAR_OPTS := --wildcards
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: deps lint test install
|
all: lint test install
|
||||||
|
|
||||||
deps:
|
test:
|
||||||
go get ./...
|
|
||||||
|
|
||||||
test: deps
|
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
||||||
vet: deps
|
vet:
|
||||||
go vet ./...
|
go vet ./...
|
||||||
|
|
||||||
check-fmt:
|
check-fmt:
|
||||||
@ -20,7 +17,7 @@ check-fmt:
|
|||||||
|
|
||||||
lint: check-fmt vet
|
lint: check-fmt vet
|
||||||
|
|
||||||
install: deps
|
install:
|
||||||
go install ./...
|
go install ./...
|
||||||
|
|
||||||
databases := GeoLite2-City GeoLite2-Country GeoLite2-ASN
|
databases := GeoLite2-City GeoLite2-Country GeoLite2-ASN
|
||||||
|
Loading…
Reference in New Issue
Block a user