all: cover cover: go test -coverpkg github.com/ohler55/ojg/asm -coverprofile=cov.out .PHONY: all cover