FreeCalypso > hg > gsm-codec-lib
diff hrutil/Makefile @ 566:62fe499ffc15
hrutil: new program gsmhr-hex2rpf
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 12 Feb 2025 01:48:01 +0000 |
parents | ec146b5b9c91 |
children | 2fcb6b27ee9b |
line wrap: on
line diff
--- a/hrutil/Makefile Wed Feb 12 01:12:22 2025 +0000 +++ b/hrutil/Makefile Wed Feb 12 01:48:01 2025 +0000 @@ -1,5 +1,5 @@ PROGS= gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft gsmhr-dec-parse \ - gsmhr-hex2dec tw5b-dump + gsmhr-hex2dec gsmhr-hex2rpf tw5b-dump LIBHR1= ../libgsmhr1/libgsmhr1.a LIBTEST=../libtest/libtest.a LIBS= ${LIBHR1} ${LIBTEST} @@ -23,6 +23,9 @@ gsmhr-hex2dec: hex2dec.o ${LIBS} ${CC} ${CFLAGS} -o $@ $^ +gsmhr-hex2rpf: hex2rpf.o ${LIBS} + ${CC} ${CFLAGS} -o $@ $^ + tw5b-dump: print-frame.o tw5b-dump.o ${LIBS} ${CC} ${CFLAGS} -o $@ $^