view libtest/Makefile @ 42:ba044871c9dd

libgsmefr: beginning of encoder and decoder state structures
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 25 Nov 2022 01:43:16 +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