Files
inspectrum/Makefile
2015-06-23 21:33:59 +10:00

6 lines
125 B
Makefile

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