mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
WIP gallery app
This commit is contained in:
16
justfile
16
justfile
@@ -1,8 +1,12 @@
|
||||
binary-args := "RUSTFLAGS=\"-C link-arg=-pie -C relocation-model=pic\""
|
||||
|
||||
kernel:
|
||||
cargo run --bin kernel
|
||||
calculator:
|
||||
{{binary-args}} cargo build --bin calculator --profile release-binary
|
||||
snake:
|
||||
{{binary-args}} cargo build --bin snake --profile release-binary
|
||||
|
||||
binary-args := "RUSTFLAGS=\"-C link-arg=-pie -C relocation-model=pic\""
|
||||
|
||||
userapp app:
|
||||
{{binary-args}} cargo build --bin {{app}} --profile release-binary
|
||||
|
||||
userapps:
|
||||
just userapp calculator
|
||||
just userapp snake
|
||||
just userapp gallery
|
||||
|
||||
Reference in New Issue
Block a user