Skip to content

Commit 3ee539d

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent f47c88c commit 3ee539d

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,3 +432,8 @@ todos:
432432
# Open in editor
433433
edit:
434434
${EDITOR:-code} .
435+
436+
# [AUTO-GENERATED] Multi-arch / RISC-V target
437+
build-riscv:
438+
@echo "Building for RISC-V..."
439+
cross build --target riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)