RadioLibSmol/examples/NonArduino/Raspberry/build.sh
2023-05-16 17:12:45 +01:00

8 lines
97 B
Bash
Executable file

#!/bin/bash
set -e
mkdir -p build
cd build
cmake -G "CodeBlocks - Unix Makefiles" ..
make
cd ..