Adding 3 example Makefiles to track list.
[Faustine.git] / examples / 2d_fft / Makefile
1 SRC = fft2d.dsp
2 INPUT = hcosine-32.csv
3
4 all: clean fft2d
5
6 fft2d: $(SRC) $(INPUT)
7 faustine -d $(SRC) -i $(INPUT) --oformat csv
8
9 clean::
10 rm -f gmon.out output*