FreeCalypso > hg > gsm-codec-lib
diff Makefile @ 434:ba5031723ab6
implement amrefr-tseq-enc test program
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 08 May 2024 02:17:08 +0000 |
parents | 1ceda5586d01 |
children | 1bf1bbcef763 |
line wrap: on
line diff
--- a/Makefile Wed May 08 01:13:50 2024 +0000 +++ b/Makefile Wed May 08 02:17:08 2024 +0000 @@ -2,7 +2,7 @@ CFLAGS= -O2 SUBDIR_LIBPROD= libgsmefr libgsmfr2 -SUBDIR_UTILS= amrconv amrtest efrtest frtest miscutil +SUBDIR_UTILS= amrconv amrefr amrtest efrtest frtest miscutil SUBDIR_INT= dev libtest libtwamr SUBDIR= ${SUBDIR_LIBPROD} ${SUBDIR_UTILS} ${SUBDIR_INT} @@ -10,6 +10,7 @@ all: ${SUBDIR} amrconv: libtest +amrefr: libgsmefr libtwamr amrtest: libtwamr efrtest: libgsmefr libtest frtest: libgsmfr2 libtest