# HG changeset patch # User Mychaela Falconia # Date 1713296780 0 # Node ID 8ad5d5adb848628fbed1f9f0cb6dc011bc9eeb0b # Parent 947693c879a4ebd01db36427f3d0b47028de1aaa libtwamr/Makefile: comment out install while it's in development diff -r 947693c879a4 -r 8ad5d5adb848 libtwamr/Makefile --- a/libtwamr/Makefile Tue Apr 16 19:45:07 2024 +0000 +++ b/libtwamr/Makefile Tue Apr 16 19:46:20 2024 +0000 @@ -15,11 +15,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] errs