Copy libcallisto.so to DESTDIR/PREFIX/lib (-lcallisto is WIP)
This commit is contained in:
parent
c09a47f790
commit
221ef63cd4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ doc:
|
|||
|
||||
install:
|
||||
mkdir -p ${DESTDIR}${PREFIX}/{bin,lib}
|
||||
chmod +x csto libcallisto.so
|
||||
cp -f csto ${DESTDIR}${PREFIX}/bin
|
||||
cp -f libcallisto.so ${DESTDIR}${PREFIX}/lib
|
||||
|
||||
.PHONY: all clean doc install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue