pico-WSPR-tx/build.sh

10 wiersze
131 B
Bash

2023-11-14 14:33:55 +00:00
#!/bin/bash
2023-11-17 07:51:46 +00:00
mkdir build
2023-12-15 11:44:09 +00:00
git submodule init
git submodule update
git submodule foreach git pull origin main
2023-11-14 14:33:55 +00:00
cd build
cmake ..
make