tokio-test/Makefile

11 lines
77 B
Makefile

.PHONY: test
build:
cargo build
test:
echo "toto" | nc 127.0.0.1 5000