9 lines
77 B
Makefile
9 lines
77 B
Makefile
alias r := run
|
|
alias t := test
|
|
|
|
run:
|
|
cd rte; cargo run
|
|
|
|
test:
|
|
cargo test
|