RadioLibSmol/extras/test/SX126x/build.sh
2023-05-07 08:19:14 +02:00

8 lines
101 B
Bash

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