@ -1,9 +1,4 @@
NAME=ifconfigd
all: deps test install
deps:
go get -d -v
all: deps test vet install
fmt:
go fmt ./...
@ -11,6 +6,12 @@ fmt:
test:
go test ./...
vet:
go vet ./...
go get -d -v ./...
install:
go install
The note is not visible to the blocked user.