Files
inspectrum/Makefile
2015-06-14 13:36:02 +01:00

6 lines
98 B
Makefile

all:
g++ -g -o inspectrum main.cpp `wx-config --cxxflags --libs` -lfftw3f
clean:
rm inspectrum