mirror of
https://github.com/BlackLight/gTuna.git
synced 2024-11-23 20:25:13 +01:00
6 lines
87 B
Makefile
6 lines
87 B
Makefile
|
all:
|
||
|
g++ -o gtuna dsp.cpp fft.cpp main.cpp -lm -lfftw3 -lncurses -g
|
||
|
|
||
|
clean:
|
||
|
rm gtuna
|