7 lines
47 B
Makefile
7 lines
47 B
Makefile
t:
|
|
@go test ./... -v
|
|
|
|
tc:
|
|
go
|
|
|
|
@DEFAULT_GOAL=t
|