diff --git a/Makefile b/Makefile index 1b4adec..dce30c5 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,9 @@ build/$(PROGRAM_NAME) : $(SOURCES) test: $(GO) test -v ./... +coverage: + $(GO) test -cover -v ./... + install: build PREFIX=$(PREFIX) DESTDIR=$(DESTDIR) scripts/install.sh $(GOOS)