this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add install target for shared lib

+3
+3
Makefile
··· 5 5 ar crus libkissfft.a kiss_fft.o 6 6 gcc -shared -Wl,-soname,libkissfft.so -o libkissfft.so kiss_fft.o 7 7 8 + install: all 9 + cp libkissfft.so /usr/local/lib/ 10 + 8 11 doc: 9 12 @echo "Start by reading the README file. If you want to build and test lots of stuff, do a 'make testall'" 10 13 @echo "but be aware that 'make testall' has dependencies that the basic kissfft software does not."