diff --git a/Justfile b/Justfile index b22a0a1..874d284 100644 --- a/Justfile +++ b/Justfile @@ -276,6 +276,11 @@ sync-metadata: echo "✓ Metadata synchronized" fi +# [AUTO-GENERATED] Multi-arch / RISC-V target +build-riscv: + @echo "Building for RISC-V..." + cross build --target riscv64gc-unknown-linux-gnu + # Run panic-attacker pre-commit scan assail: @command -v panic-attack >/dev/null 2>&1 && panic-attack assail . || echo "panic-attack not found — install from https://github.com/hyperpolymath/panic-attacker"