view libtest/Makefile @ 97:e5ee684c6d29

efrtest/etsi-dec.c: off-by-1 error in frame bit packing
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 26 Nov 2022 21:06:48 +0000
parents 30d1d0a705c0
children be57e06bed84
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	binreader.o pcmwrite.o wavrdhelp.o wavreader.o wavwriter.o
LIB=	libtest.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs