FreeCalypso > hg > gsm-codec-lib
diff hrutil/Makefile @ 564:30c57cf6e87d
gsmhr-dec-parse: read native endian by default
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 12 Feb 2025 00:33:32 +0000 |
parents | 901753f59f88 |
children | ec146b5b9c91 |
line wrap: on
line diff
--- a/hrutil/Makefile Wed Feb 12 00:32:35 2025 +0000 +++ b/hrutil/Makefile Wed Feb 12 00:33:32 2025 +0000 @@ -16,7 +16,7 @@ gsmhr-dec-craft: dec-craft.o ${LIBHR1} ${CC} ${CFLAGS} -o $@ $^ -gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBHR1} +gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBS} ${CC} ${CFLAGS} -o $@ $^ tw5b-dump: print-frame.o tw5b-dump.o ${LIBS}