mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
4 lines
131 B
Bash
4 lines
131 B
Bash
#!/bin/sh
|
|
rm -rf build
|
|
cmake -DCMAKE_TOOLCHAIN_FILE=toolchain.riscv-gnu.cmake -B build . && cmake --build build --parallel `nproc`
|