mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-15 12:47:08 +01:00
6 lines
108 B
Makefile
6 lines
108 B
Makefile
all:
|
|
g++ -g -o merry-supernova main.cpp `wx-config --cxxflags --libs` -lfftw3f
|
|
|
|
clean:
|
|
rm merry-supernova
|