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