Files
satbd-explorer/Makefile
2016-01-14 12:49:45 +01:00

10 lines
111 B
Makefile

all: build check
build :
go build
check :
go vet
go test -coverprofile=cover.out -covermode=count
golint