FreeCalypso > hg > gsm-codec-lib
diff Makefile @ 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 | da533081fb95 |
children | 1ceda5586d01 |
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}