blob: 947687292b8d71e52e5644504bc127955fab8af4 [file] [log] [blame]
.PHONY: packages
packages:
go install -v ./...
.PHONY: testgo
testgo:
go test ./... -v -test.short
.PHONY: all
all: packages