mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-19 05:24:29 -04:00
getting ready for 1.1
This commit is contained in:
10
Makefile
10
Makefile
@ -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 -@
|
||||
|
Reference in New Issue
Block a user