BMOSP/build.sh
2023-10-29 19:18:35 +03:00

9 lines
284 B
Bash
Executable File

#!/bin/sh
cd modules/
dos2unix */*.sh
cd helloworld/ && chmod +x build.sh && ./build.sh && cd ..
cd music/ && chmod +x build.sh && ./build.sh && cd ..
cd simd/ && chmod +x build.sh && ./build.sh && cd ..
cd cpubench/ && chmod +x build.sh && ./build.sh && cd ..
cd ..
python3 pbuild.py