mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-19 06:37:15 +01:00
6 lines
98 B
Makefile
6 lines
98 B
Makefile
all:
|
|
g++ -g -o inspectrum main.cpp `wx-config --cxxflags --libs` -lfftw3f
|
|
|
|
clean:
|
|
rm inspectrum
|