Skip to content

Commit a4d5f47

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent 20321d0 commit a4d5f47

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,8 @@ assemblyline:
7070
# Lint (check warnings)
7171
lint:
7272
cargo build --release 2>&1 | grep -c "warning" || echo "0 warnings"
73+
74+
# [AUTO-GENERATED] Multi-arch / RISC-V target
75+
build-riscv:
76+
@echo "Building for RISC-V..."
77+
cross build --target riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)