mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-09 07:28:44 -07:00
8 lines
No EOL
63 B
Makefile
8 lines
No EOL
63 B
Makefile
|
|
test:
|
|
@go test
|
|
|
|
bench:
|
|
@go test -bench=.
|
|
|
|
.PHONY: bench test |