all: g++ -c main.cpp fft.cpp wavdata.cpp g++ -o clavier main.o fft.o wavdata.o clean: rm -f core *.o clavier