AutoSpa/examples/rp2040_port/build.sh

7 lines
64 B
Bash
Executable File

#!/bin/bash
rm -rf build
mkdir build
cd build
cmake ..
make -j4