Files

6 lines
70 B
Bash
Executable File

#!/bin/sh
mkdir build
cd build/
cmake .. -D PICO_BOARD=pico_w
make -j