kissfft/Makefile
Mark Borgerding 502211bc6a broken
working towards mixed radix
decomposition seems to work (for 2)
indices scrambled
2003-08-16 23:40:14 +00:00

11 lines
229 B
Makefile

message:
@echo "Nothing to make here. Move on down to sample_code for ... you guessed it! Sample Code!"
tarball: clean
tar --exclude CVS -czf kiss_fft.tar.gz .
clean:
cd sample_code && make clean
rm -f kiss_fft.tar.gz *~