Skip to content

Commit 16e42d7

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent 5a7dc76 commit 16e42d7

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
@@ -455,3 +455,8 @@ todos:
455455
# Open in editor
456456
edit:
457457
${EDITOR:-code} .
458+
459+
# [AUTO-GENERATED] Multi-arch / RISC-V target
460+
build-riscv:
461+
@echo "Building for RISC-V..."
462+
cross build --target riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)