diff trau-decode/Makefile @ 75:b518ab15b518

trau-decode: new program trau-hr-dump-hex
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 08 Feb 2025 03:38:54 +0000
parents e78c6b1ecb91
children d4ee42801cdc
line wrap: on
line diff
--- a/trau-decode/Makefile	Sat Feb 08 03:00:31 2025 +0000
+++ b/trau-decode/Makefile	Sat Feb 08 03:38:54 2025 +0000
@@ -1,6 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
-PROGS=	dump-1bit tfo-parse-fr16 trau-extr trau-hr-dump trau-parse trau-sync8
+PROGS=	dump-1bit tfo-parse-fr16 trau-extr trau-hr-dump trau-hr-dump-hex \
+	trau-parse trau-sync8
 
 all:	${PROGS}
 
@@ -16,6 +17,9 @@
 trau-hr-dump:	crc8gen.o gsmhr_unpack.o hr-guts.o trau-hr-dump.o
 	${CC} ${CFLAGS} -o $@ $^
 
+trau-hr-dump-hex:	crc8gen.o gsmhr_unpack.o hr-guts.o trau-hr-dump-hex.o
+	${CC} ${CFLAGS} -o $@ $^
+
 trau-parse:	crc8gen.o parse-fr.o parse-efr.o parse-main.o
 	${CC} ${CFLAGS} -o $@ $^ -lgsmfr2 -lgsmefr