FreeCalypso > hg > gsm-codec-lib
comparison 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 |
comparison
equal
deleted
inserted
replaced
563:a563c7b17e16 | 564:30c57cf6e87d |
---|---|
14 ${CC} ${CFLAGS} -o $@ $^ | 14 ${CC} ${CFLAGS} -o $@ $^ |
15 | 15 |
16 gsmhr-dec-craft: dec-craft.o ${LIBHR1} | 16 gsmhr-dec-craft: dec-craft.o ${LIBHR1} |
17 ${CC} ${CFLAGS} -o $@ $^ | 17 ${CC} ${CFLAGS} -o $@ $^ |
18 | 18 |
19 gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBHR1} | 19 gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBS} |
20 ${CC} ${CFLAGS} -o $@ $^ | 20 ${CC} ${CFLAGS} -o $@ $^ |
21 | 21 |
22 tw5b-dump: print-frame.o tw5b-dump.o ${LIBS} | 22 tw5b-dump: print-frame.o tw5b-dump.o ${LIBS} |
23 ${CC} ${CFLAGS} -o $@ $^ | 23 ${CC} ${CFLAGS} -o $@ $^ |
24 | 24 |