11 lines
77 B
Makefile
11 lines
77 B
Makefile
.PHONY: test
|
|
|
|
|
|
build:
|
|
cargo build
|
|
|
|
|
|
test:
|
|
echo "toto" | nc 127.0.0.1 5000
|
|
|