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