BMOSP/build.sh

6 lines
116 B
Bash
Executable File

#!/bin/sh
cd modules/
cd helloworld/ && ./build.sh && cd ..
cd music/ && ./build.sh && cd ..
cd ..
python3 pbuild.py