Skip to content

Commit 078aa82

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent 1be3433 commit 078aa82

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
@@ -25,3 +25,8 @@ lint:
2525
# Clean build artifacts
2626
clean:
2727
@echo "Clean not configured yet"
28+
29+
# [AUTO-GENERATED] Multi-arch / RISC-V target
30+
build-riscv:
31+
@echo "Building for RISC-V..."
32+
cross build --target riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)