RadioLib/examples/NonArduino/Pico/build.sh

9 wiersze
64 B
Bash
Executable File

#!/bin/bash
set -e
mkdir -p build
cd build
cmake ..
make
cd ..