X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/4c9486f4df577e7227a45855745cbd8350cf4097..91130bc31ab7163870b104407781db50a6f84980:/examples/2d_fft/Makefile diff --git a/examples/2d_fft/Makefile b/examples/2d_fft/Makefile new file mode 100644 index 0000000..163b306 --- /dev/null +++ b/examples/2d_fft/Makefile @@ -0,0 +1,10 @@ +SRC = fft2d.dsp +INPUT = hcosine-32.csv + +all: clean fft2d + +fft2d: $(SRC) $(INPUT) + faustine -d $(SRC) -i $(INPUT) --oformat csv + +clean:: + rm -f gmon.out output*