add fft makefile
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 16 Jul 2021 16:14:06 +0000 (17:14 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 16 Jul 2021 16:14:06 +0000 (17:14 +0100)
media/fft/Makefile [new file with mode: 0644]

diff --git a/media/fft/Makefile b/media/fft/Makefile
new file mode 100644 (file)
index 0000000..aa35821
--- /dev/null
@@ -0,0 +1,2 @@
+fft-real: fft-real-pair.c fft-real-pair-test.c fft-real-pair.h
+       gcc fft-real-pair.c fft-real-pair-test.c fft-real-pair.h -o fft-real -lm