Files
inspectrum/Makefile
2015-06-26 12:44:11 +01:00

6 lines
147 B
Makefile

all:
g++ -O3 -std=c++11 -g -o inspectrum inputsource.cpp wxspectrogram.cpp main.cpp `wx-config --cxxflags --libs` -lfftw3f
clean:
rm inspectrum