FreeCalypso > hg > gsm-codec-lib
changeset 309:947693c879a4
top Makefile: move libtwamr to SUBDIR_INT while it is in development
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 16 Apr 2024 19:45:07 +0000 |
parents | 8dfb7cbe6b59 |
children | 8ad5d5adb848 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Apr 16 17:57:21 2024 +0000 +++ b/Makefile Tue Apr 16 19:45:07 2024 +0000 @@ -1,9 +1,9 @@ CC= gcc CFLAGS= -O2 -SUBDIR_LIBPROD= libgsmefr libgsmfr2 libtwamr +SUBDIR_LIBPROD= libgsmefr libgsmfr2 SUBDIR_UTILS= amrconv efrtest frtest miscutil -SUBDIR_INT= dev libtest +SUBDIR_INT= dev libtest libtwamr SUBDIR= ${SUBDIR_LIBPROD} ${SUBDIR_UTILS} ${SUBDIR_INT}