getting ready for 1.1

This commit is contained in:
Mark Borgerding
2004-01-31 01:28:21 +00:00
parent 9ddb2bb744
commit 366f17e379
5 changed files with 40 additions and 100 deletions

View File

@ -1,6 +1,10 @@
message:
@echo "Nothing to make here. Move on down to test/ for self test stuff"
@echo "or tools/ for real FFTs, multi-d FFTs, fast convolution filtering, cacher"
testall:
export DATATYPE=short && cd test && make test
export DATATYPE=float && cd test && make test
export DATATYPE=double && cd test && make test
tarball: clean
find | grep -i -v cvs | zip kiss_fft.zip -@