Files
narco/Makefile
2015-08-13 10:15:49 +02:00

10 lines
110 B
Makefile

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