bimg/vendor/github.com/tj/go-debug/Makefile

8 lines
No EOL
63 B
Makefile

test:
@go test
bench:
@go test -bench=.
.PHONY: bench test