FreeCalypso > hg > gsm-codec-lib
changeset 291:da533081fb95
top Makefile: no more libgsmfrp
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 14 Apr 2024 06:36:13 +0000 |
parents | 09cc95b7d426 |
children | 6c3c396c1f99 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Apr 14 06:23:39 2024 +0000 +++ b/Makefile Sun Apr 14 06:36:13 2024 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 -SUBDIR_LIBPROD= libgsmefr libgsmfr2 libgsmfrp libtwamr +SUBDIR_LIBPROD= libgsmefr libgsmfr2 libtwamr SUBDIR_UTILS= amrconv efrtest frtest miscutil SUBDIR_INT= dev libtest @@ -11,7 +11,7 @@ amrconv: libtest efrtest: libgsmefr libtest -frtest: libgsmfr2 libgsmfrp libtest +frtest: libgsmfr2 libtest miscutil: libgsmefr libgsmfr2 libtest ${SUBDIR}: FRC