CFLAGS := 

example: example.c cq_kernel.c kiss_fft.c kiss_fftr.c
	gcc $(CFLAGS) example.c cq_kernel.c kiss_fft.c kiss_fftr.c -lm -o bin/example