3 lines
81 B
Text
3 lines
81 B
Text
|
#!/bin/bash
|
||
|
gcc test200.c --std=gnu99 -o test200 -DUSE_FFTW -DLIBCSDR_GPL -lcsdr
|