gTuna/Makefile

6 lines
87 B
Makefile

all:
g++ -o gtuna dsp.cpp fft.cpp main.cpp -lm -lfftw3 -lncurses -g
clean:
rm gtuna