shitty message client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
141 B

  1. alias rs := run-server
  2. alias rc := run-client
  3. alias b := build
  4. build:
  5. cargo build
  6. run-server:
  7. cargo run -- --server
  8. run-client:
  9. cargo run