Files
snes/Makefile
2024-11-06 21:11:11 -05:00

13 lines
163 B
Makefile

test:
cargo test
clippy:
cargo clippy --all-targets --all-features
run:
cargo run --bin snes-frontend
run-release:
cargo run --bin snes-frontend --release