mirror of
https://github.com/illegitimate-egg/mcrizzledizzle.git
synced 2026-06-04 15:43:57 +00:00
9 lines
77 B
Makefile
9 lines
77 B
Makefile
alias r := run
|
|
alias t := test
|
|
|
|
run:
|
|
cd rte; cargo run
|
|
|
|
test:
|
|
cargo test
|