Skip to content

Commit 91390ae

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent 8482702 commit 91390ae

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)