5 lines
55 B
Makefile
5 lines
55 B
Makefile
|
default: test
|
||
|
|
||
|
test: *.go
|
||
|
GOPATH=~/as/logyard go test
|