trictrac/Makefile

10 lines
159 B
Makefile
Raw Normal View History

2022-12-09 21:19:18 +01:00
shell:
# devenv shell
nix develop
startserver:
cargo run --bin=server
startclient1:
cargo run --bin=client Titi
startclient2:
cargo run --bin=client Tutu