view libtest/Makefile @ 130:1c529bb31219

doc/EFR-library-API: explain dtx argument to EFR_encoder_reset()
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 11 Dec 2022 04:11:57 +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