goext/Makefile
2022-10-29 15:34:40 +02:00

7 lines
78 B
Makefile

run:
echo "This is a library - can't be run" && false
test:
go test ./...