21
0
Fork 0
goext/Makefile

9 lines
105 B
Makefile

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