goext/Makefile

7 lines
78 B
Makefile
Raw Normal View History

2022-10-29 15:34:40 +02:00
run:
echo "This is a library - can't be run" && false
test:
go test ./...