build:
	cargo build --release

run:
	cargo run --release -p riscv-sim -- run --disk disk.img

clean:
	cargo clean
