FreeCalypso > hg > gsm-codec-lib
diff Makefile @ 422:1ceda5586d01
implement twamr-tseq-enc test program
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 07 May 2024 06:27:20 +0000 |
parents | 947693c879a4 |
children | ba5031723ab6 |
line wrap: on
line diff
--- a/Makefile Tue May 07 05:40:10 2024 +0000 +++ b/Makefile Tue May 07 06:27:20 2024 +0000 @@ -2,7 +2,7 @@ CFLAGS= -O2 SUBDIR_LIBPROD= libgsmefr libgsmfr2 -SUBDIR_UTILS= amrconv efrtest frtest miscutil +SUBDIR_UTILS= amrconv amrtest efrtest frtest miscutil SUBDIR_INT= dev libtest libtwamr SUBDIR= ${SUBDIR_LIBPROD} ${SUBDIR_UTILS} ${SUBDIR_INT} @@ -10,6 +10,7 @@ all: ${SUBDIR} amrconv: libtest +amrtest: libtwamr efrtest: libgsmefr libtest frtest: libgsmfr2 libtest miscutil: libgsmefr libgsmfr2 libtest