view utils/Makefile @ 23:2628a34fe75b

pcmu2efr: encode 2nd frame for AMR-EFR offsets 120-159
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 12 May 2024 04:24:15 +0000
parents 871e83f0cb76
children 914eeb3ab866
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
PROG=	gen-hex-c

all:	${PROG}

${PROG}:	${PROG}.c
	${CC} ${CFLAGS} -o $@ $@.c

clean:
	rm -f *.o ${PROG}