gTuna/Makefile
2010-01-05 14:32:48 +01:00

5 lines
87 B
Makefile

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