Files
inspectrum/Makefile
2015-06-13 10:40:48 +01:00

6 lines
108 B
Makefile

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