cbindgen abi_sys

This commit is contained in:
2025-10-05 17:14:38 -06:00
parent f2a5801284
commit af238b2847
17 changed files with 590 additions and 305 deletions

View File

@@ -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