mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 15:55:25 +00:00
7 lines
247 B
Makefile
7 lines
247 B
Makefile
kernel:
|
|
cargo run --bin kernel
|
|
calculator:
|
|
RUSTFLAGS="-C link-arg=--noinhibit-exec" cargo build --bin calculator --profile release-binary
|
|
snake:
|
|
RUSTFLAGS="-C link-arg=--noinhibit-exec" cargo build --bin snake --profile release-binary
|