mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
add install target for shared lib
This commit is contained in:
parent
e3420f1731
commit
cf0a8088e0
3
Makefile
3
Makefile
@ -5,6 +5,9 @@ all:
|
||||
ar crus libkissfft.a kiss_fft.o
|
||||
gcc -shared -Wl,-soname,libkissfft.so -o libkissfft.so kiss_fft.o
|
||||
|
||||
install: all
|
||||
cp libkissfft.so /usr/local/lib/
|
||||
|
||||
doc:
|
||||
@echo "Start by reading the README file. If you want to build and test lots of stuff, do a 'make testall'"
|
||||
@echo "but be aware that 'make testall' has dependencies that the basic kissfft software does not."
|
||||
|
Loading…
Reference in New Issue
Block a user