mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-04-22 10:41:51 -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 |