mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-06 08:24:29 +01:00
6 lines
125 B
Makefile
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
|