7 lines
78 B
Makefile
7 lines
78 B
Makefile
|
|
run:
|
|
echo "This is a library - can't be run" && false
|
|
|
|
test:
|
|
go test ./...
|