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*