hamnet70-gnuradio-legacy/gr-hamnet70/make.sh

7 lines
53 B
Bash
Executable File

#!/bin/sh
mkdir -p build
cd build
cmake ..
make -j4