Skip to content

Commit 0bfa4d5

Browse files
author
Mark Borgerding
committed
version v131
1 parent b9839d0 commit 0bfa4d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*.so
44
*.a
55
*.dylib
6+
test/testcpp
67
test/bm_fftw_double
78
test/bm_fftw_float
89
test/bm_fftw_int16_t

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KFVER=130
1+
KFVER=131
22

33
ifeq ($(shell uname -s),Darwin)
44
SHARED := -Wl,-install_name,libkissfft.dylib -o libkissfft.dylib

0 commit comments

Comments
 (0)