FreeCalypso > hg > gsm-net-reveng
diff trau-decode/Makefile @ 5:bf5c9fb431b8
trau-parse: implement EFR decoding
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 24 May 2024 09:34:36 +0000 |
parents | d9c095357c32 |
children | 0565aaa84b17 |
line wrap: on
line diff
--- a/trau-decode/Makefile Fri May 24 09:16:35 2024 +0000 +++ b/trau-decode/Makefile Fri May 24 09:34:36 2024 +0000 @@ -5,7 +5,7 @@ all: ${PROGS} trau-parse: crc8gen.o parse-fr.o parse-efr.o parse-main.o - ${CC} ${CFLAGS} -o $@ $^ -lgsmfr2 + ${CC} ${CFLAGS} -o $@ $^ -lgsmfr2 -lgsmefr clean: rm -f *.o ${PROGS}