FreeCalypso > hg > gsm-codec-lib
changeset 447:426c04621b51
libtwamr/Makefile: enable install
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 10 May 2024 01:28:39 +0000 |
parents | e2f824ffd08a |
children | a2065e7d68bc |
files | libtwamr/Makefile |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libtwamr/Makefile Fri May 10 00:30:39 2024 +0000 +++ b/libtwamr/Makefile Fri May 10 01:28:39 2024 +0000 @@ -53,11 +53,11 @@ ar rcu $@ ${OBJS} ranlib $@ -#install: -# mkdir -p ${INSTALL_PREFIX}/include -# install -c -m 444 tw_amr.h ${INSTALL_PREFIX}/include -# mkdir -p ${INSTALL_PREFIX}/lib -# install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib +install: + mkdir -p ${INSTALL_PREFIX}/include + install -c -m 444 tw_amr.h ${INSTALL_PREFIX}/include + mkdir -p ${INSTALL_PREFIX}/lib + install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib clean: rm -f *.[oa] namespace.h errs