Copy libcallisto.so to DESTDIR/PREFIX/lib (-lcallisto is WIP)

This commit is contained in:
Jeremy Baxter 2023-07-24 12:16:55 +12:00
parent c09a47f790
commit 221ef63cd4

View file

@ -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