Skip to content

Commit 2fdc33e

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent 105aaa0 commit 2fdc33e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ fmt:
2727
# Lint
2828
lint:
2929
@echo "TODO: Add lint command"
30+
31+
# [AUTO-GENERATED] Multi-arch / RISC-V target
32+
build-riscv:
33+
@echo "Building for RISC-V..."
34+
cross build --target riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)